File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 71
71
- [ Find count of an element in a sorted array.] ( #find-count-of-an-element-in-a-sorted-array )
72
72
- [ How many times is a sorted array rotated?] ( #how-many-times-is-a-sorted-array-rotated )
73
73
- [ Find an element in a circularly sorted array] ( #find-an-element-in-a-circularly-sorted-array )
74
+ - [ Linked List] ( #linked-list-1 )
75
+ - [ Reverse linked list] ( #reverse-linked-list )
74
76
- [ References] ( #references )
75
77
76
78
## Important thing to remember
88
90
89
91
## All Coding interview exercise and answers
90
92
91
- [ View all of the coding exercises and answers] ( https://codepen.io/collection/VYvwJN?grid_type=list )
93
+ [ View all of the coding exercises and answers] ( https://codepen.io/collection/VYvwJN )
92
94
93
95
## What to practice?
94
96
@@ -716,6 +718,12 @@ Try `Binary Search`.
716
718
- [ Question] ( https://codepen.io/roopkt/pen/NWpeKoa?editors=0010 )
717
719
- [ Answer] ( https://codepen.io/roopkt/pen/abJPoMr?editors=0010 )
718
720
721
+ ### Linked List
722
+
723
+ #### Reverse linked list
724
+
725
+
726
+
719
727
## References
720
728
721
729
- http://btholt.github.io/four-semesters-of-cs/
You can’t perform that action at this time.
0 commit comments