Skip to content

Commit 9fa43a6

Browse files
authored
Added 2 leetcode hard problems
1 parent 953700f commit 9fa43a6

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)