Skip to content

Commit 9fb7779

Browse files
committed
Updated README
1 parent 92a61cf commit 9fb7779

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

Images/algo-expert-cover.png

13.5 KB
Loading

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
# algo-expert
1+
# algo-expert
2+
3+
![AlgoExpert cover image](https://github.com/das-jishu/algoexpert-data-structures-algorithms/blob/master/Images/algo-expert-cover.png?raw=true)
4+
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT "MIT License")
6+
![GitHub repo size](https://img.shields.io/github/repo-size/das-jishu/algoexpert-data-structures-algorithms)
7+
[![Active](http://img.shields.io/badge/Status-Active-green.svg)](https://github.com/das-jishu/algoexpert-data-structures-algorithms)
8+
[![Generic badge](https://img.shields.io/badge/lang-python-yellow.svg)](https://www.python.org/)
9+
10+
**Description:** This is a collection of all AlgoExpert Coding Interview 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.
11+
12+
#
13+
14+
**Solutions:**
15+
The solutions are provided in Python.
16+
17+
**Questions:**
18+
You can get the questions here: [AlgoExpert Questions](https://imgur.com/a/p9Phdft)
19+
The questions are not ordered so you might need to search for a bit.
20+
21+
#
22+
23+
#### HOW TO
24+
25+
You can visit this page and download the latest Python release version: [Install Python](https://www.python.org/downloads/)
26+
27+
After you complete the download and install, you can run any solution by providing the required inputs.
28+
29+
#### CONTRIBUTE, CONTRIBUTE, CONTRIBUTE!
30+
31+
This is not near to perfect. So please feel free to fork this repo an add any solution in different languages or test cases here. Let's help each other grow! `:grinning:`
32+
33+
####EXTRAS
34+
35+
I also have a collection of Leetcode questions that I keep growing. Feel free to visit and have a look. It has more than 200 questions + solutions and also basic concepts grouped by category.
36+
37+
[Leetcode Material and Basics](https://github.com/das-jishu/python-stuff)

0 commit comments

Comments
 (0)