Skip to content

Commit ff2a8c0

Browse files
authored
Update README.md
1 parent d772aed commit ff2a8c0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,27 @@ The questions are not ordered so you might need to search for a bit.
2121

2222
#
2323

24+
### ⚡ LIST OF PROBLEMS (In progress)
25+
26+
| | Problem Statement | Difficulty | Solution |
27+
| ------ | ----------------- | :--------: | -------- |
28+
| :star: | Two Number Sum | 🟩 | [two-number-sum.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/twoNumberSum.py) |
29+
| :star: | Validate Subsequence | 🟩 | [validate-subsequence.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/validate-subsequence.py) |
30+
| :star: | Tournament Winner | 🟩 | [tournament-winner.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/tournament-winner.py) |
31+
| :star: | Non-Constructible Change | 🟩 | [non-constructible-change.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/non-constructible-change.py) |
32+
| :star: | Find Closest Value in BST | 🟩 | [closest-in-BST.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/find-closest-value-in-BST.py) |
33+
| :star: | Branch Sums | 🟩 | [branch-sums.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/branch-sums.py) |
34+
| :star: | Node Depths | 🟩 | [node-depths.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/node-depths.py) |
35+
| :star: | Depth First Search | 🟩 | [depth-first-search.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/depth-first-search.py) |
36+
| :star: | Minimum Waiting Time | 🟩 | [minimum-waiting-time.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/minimum-waiting-time.py) |
37+
| :star: | Class Photos | 🟩 | [class-photos.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/class-photos.py) |
38+
| :star: | Remove Duplicates from Linked List | 🟩 | [remove-duplicates.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/remove-duplicates-from-linked-list.py) |
39+
| :star: | Nth Fibonacci | 🟩 | [nth-fibonacci.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/nth-fibonacci.py) |
40+
| :star: | Validate Subsequence | 🟩 | [validate-subsequence.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/validate-subsequence.py) |
41+
| :star: | Product Sum | 🟩 | [product-sum.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Easy/product-sum.py) |
42+
43+
#
44+
2445
### :zap: HOW TO
2546

2647
You can visit this page and download the latest Python release version: [Install Python](https://www.python.org/downloads/)

0 commit comments

Comments
 (0)