Skip to content

Commit 0f5c981

Browse files
committed
Upload readme file
1 parent 5c39220 commit 0f5c981

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Data Structues and Algorithms Collection Python
2+
In this repo I upload everything I do related to data structures and algorithm that I learned to solve, implement it. The goal of this repo is to have simple readable scratch implementation of data structures with notes and proper documentation. Along with Coding Interview problems and its solutions.
3+
4+
Hope it helps you. Don't forgot to :star:.
5+
6+
# Data Structure
7+
| Name | Completed | Tested |
8+
| :----: | :----: | :----: |
9+
| LinkedList | <ul><li>- [x] Completed</li></ul> | <ul><li>- [x] Tested</li></ul> |

0 commit comments

Comments
 (0)