File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 7171 - [ Find count of an element in a sorted array.] ( #find-count-of-an-element-in-a-sorted-array )
7272 - [ How many times is a sorted array rotated?] ( #how-many-times-is-a-sorted-array-rotated )
7373 - [ 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 )
7476- [ References] ( #references )
7577
7678## Important thing to remember
8890
8991 ## All Coding interview exercise and answers
9092
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 )
9294
9395## What to practice?
9496
@@ -716,6 +718,12 @@ Try `Binary Search`.
716718- [ Question] ( https://codepen.io/roopkt/pen/NWpeKoa?editors=0010 )
717719- [ Answer] ( https://codepen.io/roopkt/pen/abJPoMr?editors=0010 )
718720
721+ ### Linked List
722+
723+ #### Reverse linked list
724+
725+
726+
719727## References
720728
721729- http://btholt.github.io/four-semesters-of-cs/
You can’t perform that action at this time.
0 commit comments