Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update Partition.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V authored Nov 5, 2019
1 parent d61b400 commit 764e6c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion algorithm/Partition.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

**Description :** This function is used to partition the elements on basis of condition mentioned in its arguments.

**Example**:
```cpp

// Possible implementation of partition
Expand Down Expand Up @@ -45,4 +46,4 @@

```
**[Run Code](https://rextester.com/FGSWB8639)**
**[Run Code](https://rextester.com/FGSWB8639)**

0 comments on commit 764e6c1

Please sign in to comment.