adding leetcode doubly linked list problem

This commit is contained in:
Jidong Xiao
2023-10-05 22:43:06 -04:00
parent e6661763e5
commit 318c8264f2
2 changed files with 108 additions and 1 deletions

View File

@@ -83,4 +83,4 @@ the first or last node.
## 11.8 Leetcode Exercises
- [Leetcode problem 141: Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/). Solution: [p141_linkedlistcycle.cpp](../../leetcode/p141_linkedlistcycle.cpp)
- [Leetcode problem 1472: Design Browser History](https://leetcode.com/problems/design-browser-history/). Solution: [p1472_browserhistory.cpp](../../leetcode/p1472_browserhistory.cpp)