@@ -75,19 +75,20 @@ Note: Few codes were solved in C# (I've written them a long time ago), I'll conv
75
75
76
76
### [ Arrays] ( data-structures/arrays )
77
77
78
- - [ Array Manipulation] ( data-structures/arrays/arrayManipulation.js )
79
78
- [ 2D Array - DS] ( data-structures/arrays/hoursglassSum.js )
79
+ - [ Array Manipulation] ( data-structures/arrays/arrayManipulation.js )
80
80
### [ Linked Lists] ( data-structures/linked-lists )
81
81
82
82
- [ Find Merge Point Of Two Lists] ( data-structures/linked-lists/findMergeNode.js )
83
83
- [ Insert A Node At A Specific Position In A Linked List] ( data-structures/linked-lists/insertNodeAtPosition.js )
84
- - [ Reverse A Doubly Linked List] ( data-structures/linked-lists/reverse.js )
85
84
- [ Inserting a Node Into a Sorted Doubly Linked List] ( data-structures/linked-lists/sortedInsert.js )
85
+ - [ Reverse A Doubly Linked List] ( data-structures/linked-lists/reverse.js )
86
86
87
87
### [ Trees] ( data-structures/trees )
88
88
89
- - [ Tree: Height of a Binary Tree] ( data-structures/trees/height.js )
90
89
- [ Binary Search Tree : Lowest Common Ancestor] ( data-structures/trees/lca.js )
90
+ - [ Tree: Height of a Binary Tree] ( data-structures/trees/height.js )
91
+
91
92
## [ Functional Programming] ( functional-programming )
92
93
93
94
- [ Solve Me First FP] ( functional-programming/introduction/solveMeFirst.cs )
@@ -96,13 +97,15 @@ Note: Few codes were solved in C# (I've written them a long time ago), I'll conv
96
97
## [ Tutorials] ( tutorials )
97
98
98
99
### [ Cracking The Code Interview] ( tutorials/cracking-the-code-interview )
99
-
100
+ Merge Sort: Counting Inversions
101
+ - [ Arrays: Left Rotation] ( tutorials/cracking-the-code-interview/rotLeft.js )
102
+ - [ Hash Tables: Ice Cream Parlor] ( tutorials/cracking-the-code-interview/whatFlavors.js )
100
103
- [ Hash Tables: Ransom Note Solution] ( tutorials/cracking-the-code-interview/checkMagazine.js )
101
- - [ Sorting: Comparator] ( tutorials/cracking-the-code-interview/compare.js )
102
- - [ Sorting: Bubble Sort] ( tutorials/cracking-the-code-interview/countSwaps.js )
103
- - [ Recursion: Fibonacci Numbers] ( tutorials/cracking-the-code-interview/fibonacci.js )
104
104
- [ Linked Lists: Detect a Cycle] ( tutorials/cracking-the-code-interview/has_cycle.js )
105
+ - [ Merge Sort: Counting Inversions] ( tutorials/cracking-the-code-interview/countInversions.js )
106
+ - [ Recursion: Fibonacci Numbers] ( tutorials/cracking-the-code-interview/fibonacci.js )
107
+ - [ Sorting: Bubble Sort] ( tutorials/cracking-the-code-interview/countSwaps.js )
108
+ - [ Sorting: Comparator] ( tutorials/cracking-the-code-interview/compare.js )
105
109
- [ Strings: Making Anagrams] ( tutorials/cracking-the-code-interview/makeAnagram.js )
106
110
- [ Time Complexity: Primality] ( tutorials/cracking-the-code-interview/primality.js )
107
- - [ Arrays: Left Rotation] ( tutorials/cracking-the-code-interview/rotLeft.js )
108
- - [ Hash Tables: Ice Cream Parlor] ( tutorials/cracking-the-code-interview/whatFlavors.js )
111
+
0 commit comments