-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
170 changed files
with
5,228 additions
and
62 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
1.min max in array | ||
2. reverse the array | ||
3.Largest Sum Contiguous Subarray (kadanes) | ||
4. find duplicates and find duplicates withim k distance | ||
5.Chocolate Distribution Problem (distribute n Chocolate amongs m student) | ||
6.search in sorted and rotated array | ||
7.next permutation | ||
8.find repeting and missing element | ||
9.find min element in sorted and rotated array | ||
10.stock busy sell to maximum profit | ||
11.kh smallest and largest | ||
12.trapping rainwater | ||
13.max product subarray | ||
14.check whether sum pair exist in sorted rotated array | ||
15. Container With Most Water | ||
16.product of array expect itself | ||
17. | ||
18.merge intervales | ||
19.no of merge operations to make array palindrome | ||
20. | ||
21.Arrange given numbers to form the biggest number | ||
22. | ||
23.Print all possible combinations of r elements in a given array of size n | ||
24.find sum query in specific range(h) | ||
25.longest subarray with sum divisible by k | ||
26.next greater | ||
27.next smaller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
1.graph iterator | ||
2.bfs | ||
3.dfs | ||
4.topological sort |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.