Skip to content

Commit 548e844

Browse files
committed
chore: adding interview coding
1 parent 1a3745e commit 548e844

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
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
@@ -88,7 +90,7 @@
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/

0 commit comments

Comments
 (0)