You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-2Lines changed: 28 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
### UPDATE: [Coding Assessment problems + solutions](https://www.algoexpert.io/assessments) are now available here! Check the section below to find those.
@@ -27,14 +29,20 @@ The solutions are provided in Python.
27
29
**Questions:**
28
30
You can get the questions here: [AlgoExpert Questions](https://github.com/das-jishu/algoexpert-data-structures-algorithms/tree/master/Questions)
29
31
<br/>
30
-
The questions are not ordered so you might need to search for a bit.
32
+
The questions are not ordered so you might need to search for a bit. You can search using the name of the problem to find it quickly. Some questions are too long to fit in a single image. So, they have been divided into parts. Do keep an eye out for those.
31
33
<br/>
32
34
<ahref="#star-algo-expert">Go to Top</a>
33
35
34
36
#
35
37
36
38
### ⚡ LIST OF PROBLEMS
37
39
40
+
**Assessment problems + solutions** have also been added to the list of problems. These are timed assessment questions present on [AlgoExpert](https://www.algoexpert.io/assessments) to check one's problem solving ability in a well defined time constraint just as you would expect to find in an interview setting. It is recommended that you do practice these questions by setting a time limit for yourself to assess your progress. Standard time per question in an interview setting is **45 minutes**. You can find the problem statements in [here](https://github.com/das-jishu/algoexpert-data-structures-algorithms/tree/master/Questions). Search using the name of the problem to find it quickly. Check the key below to find the assessment problems.
41
+
42
+
⭐ : Coding Interview Problems
43
+
<br/>
44
+
🗡️ : Coding Assessment Problems
45
+
38
46
#### Difficulty chart:
39
47
🟩 : Easy
40
48
<br/>
@@ -46,7 +54,7 @@ The questions are not ordered so you might need to search for a bit.
| 🗡️ | Words In Phone Number | 🟥 |[words-phone-number.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Assessments/words-in-phone-number.py)|
218
+
| 🗡️ | Balance Index | 🟦 |[balance-index.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Assessments/balance-index.py)|
| 🗡️ | Subtrees Within Range | 🟦 |[subtrees-within-range.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Assessments/subtrees-within-range.py)|
0 commit comments