Skip to content

Commit 2264802

Browse files
authored
Update README.md
1 parent 1fa8a7e commit 2264802

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

1010
**Description:** This is a collection of all [AlgoExpert Coding Interview](https://www.algoexpert.io/questions) questions that are currently available on the platform. There are solutions for each problem statement including time and space complexity. Since AlgoExpert is a paid platform, everyone doesn't have access to it or can't afford to. I hope this helps everyone to access the content and improve their problem solving skills.
1111

12+
<div align="center">
13+
<a href="#-list-of-problems">Problem List + Solutions</a>
14+
•<nbsp>
15+
<a href="#zap-how-to">How to</a>
16+
•<nbsp>
17+
<a href="#zap-contribute-contribute-contribute">Contribute</a>
18+
•<nbsp>
19+
<a href="#zap-extras">Extras</a>
20+
</div>
21+
1222
#
1323

1424
**Solutions:**
@@ -18,6 +28,8 @@ The solutions are provided in Python.
1828
You can get the questions here: [AlgoExpert Questions](https://github.com/das-jishu/algoexpert-data-structures-algorithms/tree/master/Questions)
1929
<br/>
2030
The questions are not ordered so you might need to search for a bit.
31+
<br/>
32+
<a href="#star-algo-expert">Go to Top</a>
2133

2234
#
2335

@@ -186,6 +198,9 @@ The questions are not ordered so you might need to search for a bit.
186198
| :star: | Count Inversions | :black_large_square: | [count-inversions.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Very%20Hard/count-inversions.py) || :star: | Smallest Substring Containing | :black_large_square: | [smallest-substring-containing.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Very%20Hard/smallest-substring-containing.py) |
187199
| :star: | Longest Balanced Substring | :black_large_square: | [longest-balanced-substring.py](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Very%20Hard/longest-balanced-substring.py) |
188200

201+
202+
<a href="#star-algo-expert">Go to Top</a>
203+
<br/>
189204
#
190205

191206
### :zap: HOW TO
@@ -204,17 +219,21 @@ The code can be executed like this:
204219
```bash
205220
python easy/twoNumberSum.py
206221
```
207-
222+
208223
#
209224

210225
![Running a code on Python demo](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Images/demo.PNG?raw=true)
211226

227+
<a href="#star-algo-expert">Go to Top</a>
228+
<br/>
212229
#
213230

214231
### :zap: CONTRIBUTE, CONTRIBUTE, CONTRIBUTE!
215232

216233
This is not near to perfect. So please feel free to fork this repo and add any solution in different languages here. You can even add test cases to make this robust. Let's help each other grow! :grinning:
217234

235+
<a href="#star-algo-expert">Go to Top</a>
236+
<br/>
218237
#
219238

220239
### :zap: EXTRAS

0 commit comments

Comments
 (0)