Some record about my leetcode
| Number | Site | type | difficulties | language | Code |
|---|---|---|---|---|---|
| 1 | Add Two Numbers | Linklist | medium | C++ | code |
| 2 | Two Sum | Array | easy | C++/Python | cpp Python |
| 3 | Longest Substring Without Repeating Characters | hash table slide window | medium | C++ | cpp |
| 4 | Merge Two Sorted Lists | Link list | easy | C++ | cpp python |
| 5 | Remove Duplicates from Sorted List | Link list | easy | C++ | cpp |
| 6 | Linked List Cycle | link list | easy | C++ | cpp python |
| 7 | Intersection of Two Linked Lists | link list | easy | C++ | cpp |