Skip to content

Commit d80343b

Browse files
Merge pull request #84 from nuageklow/master
Leetcode materials updated
2 parents 4450641 + 837b1cc commit d80343b

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

LeetCodeSeries/README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ __*join us every other Thursday at 8PM EDT/EST to crack a algorithm pattern prob
99
presented by: Chethana and Karen
1010

1111
---------------------
12+
[repl_link]: https://replit.com/@codernewbie/WWCodePythonLeetcode
13+
<font size=5>__Live Coding Materials: [repl_link]__ </font>
1214

1315

1416
__<font size=4>Table of Content</font>__
15-
1617
| __Session__ | Topic Pattern | Materials | Easy Problem Suggestions |
1718
| :------: |:------: | :------- | :------- |
18-
| 1 | Two Pointers | [Slides](slides/S1_TwoPointers.pdf) <br/> [Repl Link](https://replit.com/join/bqjttagwxw-codernewbie) <br /> [Leetcode Link]() | [Two Sum](https://leetcode.com/problems/two-sum/) <br /> [Two Sum II](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/) |
19-
| 2 | Sliding Window | [Slides](slides/S2_SlidingWindow.pdf) <br /> [Repl Link](https://replit.com/@codernewbie/WWCodePythonLeetcode) <br /> [Leetcode link](https://leetcode.com/problems/longest-substring-without-repeating-characters/) <br /> | |
20-
| 3 | Binary Serach | [Slides](slides/S3_BinarySearch.pdf) <br /> [Repl Link](https://replit.com/@codernewbie/WWCodePythonLeetcode#BinarySearch/IntroScratchPad.py) <br /> [Leetcode Link](https://leetcode.com/problems/search-in-rotated-sorted-array/) <br /> | |
21-
| 4 | Greedy | [Slides](slides/S4_GreddyAlgorithm.pdf) <br /> [Repl Link](https://replit.com/@codernewbie/WWCodePythonLeetcode) <br />Leetcode Link <br /> | |
22-
| 5 | Hashtable | [Slides](slides/CONNECT_PowerOfHashtables.pdf) <br /> [Repl Link](https://replit.com/@codernewbie/WWCodePythonLeetcode) <br />[Colab Link](https://github.com/nuageklow/WWCodePython/blob/master/LeetCodeSeries/PowerOfHashtables.ipynb) <br />Leetcode Link <br /> | |
23-
| 6 | DFS | Slides <br /> Repl Link <br /> Leetcode Link <br /> | |
24-
| 7 | Backtracking | Slides <br /> Repl Link <br /> Leetcode Link <br /> | |
19+
| 1 | Two Pointers | [Slides](slides/S1_TwoPointers.pdf) <br/> [Leetcode problem: Three Sum](https://leetcode.com/problems/3sum/) | [Two Sum](https://leetcode.com/problems/two-sum/) <br /> [Two Sum II](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/) |
20+
| 2 | Sliding Window | [Slides](slides/S2_SlidingWindow.pdf) <br /> [Leetcode problem: Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) <br /> | |
21+
| 3 | Binary Serach | [Slides](slides/S3_BinarySearch.pdf) <br /> [Leetcode problem: Search In Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array/) <br /> | |
22+
| 4 | Greedy | [Slides](slides/S4_GreddyAlgorithm.pdf) <br /> [Leetcode problem: Jump Game](https://leetcode.com/problems/jump-game/) <br /> | |
23+
| 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 /> | |
24+
| 6 | DFS | [Slides](slides/S6_DFS&BFS.pdf) <br /> [Leetcode problem: Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/) <br /> | |
25+
| 7 | Backtracking | [Slides](slides/S7_Backtracking.pdf) <br /> [Leetcode problem: Subsets](https://leetcode.com/problems/subsets/) <br /> | |
26+
2527

2628
</div>
3.41 MB
Binary file not shown.
3.07 MB
Binary file not shown.

0 commit comments

Comments
 (0)