Skip to content

Commit 3cf1675

Browse files
Merge pull request kunal-kushwaha#471 from Sunil4510/patch-1
Added 2 leetcode hard problems
2 parents 2b4f3ea + 9fa43a6 commit 3cf1675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assignments/15-linkedlist.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@
3636
- [LFU Cache](https://leetcode.com/problems/lfu-cache/) `leetcode` `Google`
3737
- [Merge k Sorted Lists](https://leetcode.com/problems/merge-k-sorted-lists/) `leetcode`
3838
- [Clone a linked list with next and random pointer](https://www.geeksforgeeks.org/clone-linked-list-next-random-pointer-o1-space/) `GFG` `Google` `Flipkart`
39+
- [All O'one Data Structure](https://leetcode.com/problems/all-oone-data-structure/) `leetcode`
40+
- [Design Skiplist](https://leetcode.com/problems/design-skiplist/) `leetcode`

0 commit comments

Comments
 (0)