Skip to content

Commit 483b5f4

Browse files
authored
Update README.md
1 parent 580e4fc commit 483b5f4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
![GitHub repo size](https://img.shields.io/github/repo-size/das-jishu/algoexpert-data-structures-algorithms)
99
[![Active](http://img.shields.io/badge/Status-Active-green.svg)](https://github.com/das-jishu/algoexpert-data-structures-algorithms)
1010
[![Generic badge](https://img.shields.io/badge/lang-python-yellow.svg)](https://www.python.org/)
11-
[![Generic badge](https://img.shields.io/badge/last%20updated-31--07--2021-pink)](https://github.com/das-jishu/algoexpert-data-structures-algorithms)
11+
[![Generic badge](https://img.shields.io/badge/last%20updated-12--08--2021-pink)](https://github.com/das-jishu/algoexpert-data-structures-algorithms)
1212

1313
**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.
1414

@@ -27,18 +27,13 @@
2727
**Solutions:**
2828
The solutions are provided in Python.
2929

30-
**Questions:**
31-
You can get the questions here: [AlgoExpert Questions](https://github.com/das-jishu/algoexpert-data-structures-algorithms/tree/master/Questions)
32-
<br/>
33-
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.
34-
<br/>
3530
<a href="#star-algo-expert">Go to Top</a>
3631

3732
#
3833

3934
### ⚡ LIST OF PROBLEMS
4035

41-
**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.
36+
**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**. Check the key below to find the assessment problems.
4237

4338
⭐ : Coding Interview Problems
4439
<br/>

0 commit comments

Comments
 (0)