File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
- [16 nCr formula](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Recursion/18%20nCr%20formula.c)
4343
- [17 Tower of Hanoi](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Recursion/19%20Tower%20of%20Hanoi%20.c)
4444

45-
* [:blue_book:](https:///drive/folders/1VzrX63lw2w44Vr3WL8udBO5Cyc3-W5vc) [Array](https://.com/skjha1/Data-Structure-Algorithm/tree/master/Array)
45+
* [:blue_book:](https:///drive/folders/1VzrX63lw2w44Vr3WL8udBO5Cyc3-W5vc) [Array](https://.com/skjha1/Data-Structure-Algorithm/tree/master/Array)[:blue_book:](https:///file/d/1xcQ5F_JO3phebAEIN1FCVElpC0fyfO76/view?usp=sharing)
4646
- [01 Static and dynamic array](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/01%20static%20and%20dynamic%20array%20.c)
4747
- [02 Increasing size of array in heap](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/02%20increasing%20size%20of%20array%20using%20heap.cpp)
4848
- [03 Creating 2D array & Accessing](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/03%20Creating%202D%20array%20%26%20Accessing.c)
49-
- [04 Array ADT1](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/04%20Array%20ADT.c)
50-
- [05 inserting an element](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/05%20inserting%20an%20element.c)
51-
- [06 Deleting element](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/06%20Deleting%20element%20from%20array.c)
52-
- [07 Linear search](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/07%20Linear%20search.c)
49+
- [04 Array ADT1](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/04%20Array%20ADT.c))[:blue_book:](https:///file/d/1anGGCqZ-ncu7PZAKYy3yymD-M-0Evhzv/view?usp=sharing)
50+
- [05 inserting an element](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/05%20inserting%20an%20element.c))[:blue_book:](https:///file/d/1anGGCqZ-ncu7PZAKYy3yymD-M-0Evhzv/view?usp=sharing)
51+
- [06 Deleting element](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/06%20Deleting%20element%20from%20array.c)[:blue_book:](https:///file/d/1anGGCqZ-ncu7PZAKYy3yymD-M-0Evhzv/view?usp=sharing)
52+
- [07 Linear search](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/07%20Linear%20search.c)[:blue_book:](https:///file/d/1anGGCqZ-ncu7PZAKYy3yymD-M-0Evhzv/view?usp=sharing)
5353
- [08 Improving Linear search](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/08%20Improving%20Linear%20search.c)
5454
- [09 Binary Search Using Recursion](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/10%20Binary%20Search%20Using%20Recursion.c)
5555
- [10 Binary Search using loop](https://.com/skjha1/Data-Structure-Algorithm/blob/master/Array/09%20Binary%20Search%20using%20loop.c)
@@ -211,7 +211,7 @@ In software development we have two phases:-
211211

212212

213213
* [:blue_book:](https:///file/d/1wqMgL_6w8nWgFCHYXQ0NA8Kjz8LLcmKu/view?usp=sharing) [Time Complexity and Problems](https://.com/skjha1/Data-Structure-Algorithm/tree/master/src/TC/Time%20Complexity%20problems)
214-
* [:blue_book:](https:///drive/folders/1YFkrOjBOpbVwJ7SrrVxommPce43RJBNG) [Divide & Conquer](https:///file/d/1Tii-skCVlL-gFGAkk5pUSbm9TwOJGsVf/view?usp=sharing)
214+
* [:blue_book:](https:///drive/folders/1YFkrOjBOpbVwJ7SrrVxommPce43RJBNG) [Divide & Conquer](https:///file/d/1Tii-skCVlL-gFGAkk5pUSbm9TwOJGsVf/view?usp=sharing)[:blue_book:](https:///file/d/1Tii-skCVlL-gFGAkk5pUSbm9TwOJGsVf/view?usp=sharing)
215215
- [Merge Sort](https:///drive/folders/1YFkrOjBOpbVwJ7SrrVxommPce43RJBNG)
216216
- [Quick Sort](https://.com/skjha1/Data-Structure-Algorithm/blob/master/src/Algorithms/Divide%20%26%20Conquer/02%20Quicksort.cpp)
217217
- [Binary Search (logn)](https://.com/skjha1/Data-Structure-Algorithm/blob/master/src/Algorithms/Divide%20%26%20Conquer/01%20Binary%20Search.cpp)[:blue_book:](https:///file/d/14J3UY400OcnlqyIJIIox9RRSNZDEbRjT/view?usp=sharing)

0 commit comments

Comments
 (0)