Skip to content

Commit d6b83a6

Browse files
authored
Fixing Leetcode README.md ses 8 slide link (#90)
* update Leetcode README.md * leetcode materials updated * leetcode materials updated * leetcode S9 materials added * fix Leetcode S8 slide link
1 parent 78a9a1f commit d6b83a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

LeetCodeSeries/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ __<font size=4>Table of Content</font>__
2222
| 5 | Hashtable | [Slides](slides/CONNECT_PowerOfHashtables.pdf) <br /> [Colab Link](https://github.com/nuageklow/WWCodePython/blob/master/LeetCodeSeries/PowerOfHashtables.ipynb) <br /> [Leetcode problem: Group Anagrams](https://leetcode.com/problems/group-anagrams/) <br /> | |
2323
| 6 | DFS | [Slides](slides/S6_DFS&BFS.pdf) <br /> [Leetcode problem: Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/) <br /> | |
2424
| 7 | Backtracking | [Slides](slides/S7_Backtracking.pdf) <br /> [Leetcode problem: Subsets](https://leetcode.com/problems/subsets/) <br /> | |
25-
| 8 | Bonus Pattern I | [Slides](slides/S8_BonusPatterns#1.pdf) <br /> [Leetcode problem: Validate BST](https://leetcode.com/problems/validate-binary-search-tree/) <br /> [Leetcode problem: Binary Tree Right Side View](https://leetcode.com/problems/binary-tree-right-side-view/) <br /> [Leetcode problem: Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/) | |
26-
| 9 | Resources & Wrap Up | [Slides](slides/S9_ResourcesAndWrapup.pdf) <br /> | |
25+
| 8 | Bonus Pattern I | [Slides](slides/S8_BonusPatterns1.pdf) <br /> [Leetcode problem: Validate BST](https://leetcode.com/problems/validate-binary-search-tree/) <br /> [Leetcode problem: Binary Tree Right Side View](https://leetcode.com/problems/binary-tree-right-side-view/) <br /> [Leetcode problem: Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/) | |
26+
| 9 | Resources & Wrap Up | [Slides](slides/ResourcesAndWrapup.pdf) <br /> | |
27+
2728

2829

2930
</div>
File renamed without changes.

0 commit comments

Comments
 (0)