Skip to content

Commit 3fe9ad5

Browse files
authored
Update README.md
1 parent bf47317 commit 3fe9ad5

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
# Basics of data structures and Leetcode questions
1+
# ⭐ Basics of data structures and Leetcode questions
2+
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT "MIT License")
4+
![GitHub repo size](https://img.shields.io/github/repo-size/das-jishu/data-structures-basics-leetcode)
5+
[![Active](http://img.shields.io/badge/Status-Active-green.svg)](https://github.com/das-jishu/data-structures-basics-leetcode)
6+
[![Generic badge](https://img.shields.io/badge/lang-python-yellow.svg)](https://www.python.org/)
7+
8+
**Description:** This repo contains basic problems + solutions on data structures and algorithms. It also has an ever-growing collection of Leetcode problems which can help improve problem solving ability.
9+
10+
### ⭐ CONTRIBUTE!
11+
12+
Please feel free to add a problem or solution here to enhance this repo so that everyone can grow together! 😀
13+
14+
### ⭐ EXTRAS
15+
16+
You can also find problem statements + solutions found on the AlgoExpert Coding Interviews platform [HERE](https://github.com/das-jishu/algoexpert-data-structures-algorithms). Please have a look if needed. 😙
217

3-
For practicing Python scripts including data structures and algorithms.

0 commit comments

Comments
 (0)