File tree 3 files changed +23
-0
lines changed
src/_Searching_/BinarySearch
3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,26 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
21
21
- [ Implement Queue Using Stack] ( src/_DataStructures_/Stack/immitate-queue-using-stack )
22
22
- [ Queue] ( src/_DataStructures_/Queue )
23
23
- [ Weave] ( src/_DataStructures_/Queue/weave )
24
+
25
+ ### Logical Problems
26
+
27
+ - [ Anagrams] ( src/_Problems_/anagrams )
28
+ - [ Array Chunk] ( src/_Problems_/array-chunk )
29
+ - [ Count Vowels] ( src/_Problems_/count-vowels )
30
+ - [ Find 2 numbers that add upto N] ( src/_Problems_/find-2-nums-adding-to-n )
31
+ - [ Find 2nd Maxinum from an Array] ( src/_Problems_/find-2nd-max )
32
+ - [ FizzBuzz] ( src/_Problems_/fizzbuzz )
33
+ - [ String Permutaions] ( src/_Problems_/get_string_permutations )
34
+ - [ Get Subsequence] ( src/_Problems_/get_subsequence )
35
+ - [ Get Maze Path] ( src/_Problems_/get_subsequence )
36
+ - [ Get longest consecutive 1s] ( src/_Problems_/max-consecutive-1s )
37
+ - [ Get Max Char] ( src/_Problems_/maxchar )
38
+ - [ Merge 2 Sorted Arrays] ( src/_Problems_/merge-two-sorted-arrays )
39
+ - [ Palindrome] ( src/_Problems_/palindrome )
40
+ - [ Product of Elements] ( src/_Problems_/product-of-elements )
41
+ - [ Remove Duplicates] ( src/_Problems_/remove-duplicates )
42
+ - [ Reverse String] ( src/_Problems_/reverse_string )
43
+
44
+ ### Searching
45
+
46
+ - [ Binary Search] ( src/_Searching_/BinarySearch )
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments