Skip to content

Commit 7d93716

Browse files
committed
improve -Add the README.md file.
1 parent 6aa8102 commit 7d93716

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# DSA with Python
2+
3+
## About
4+
**Data Structure and Algorithm with Python**
5+
6+
This repository has an implementation of the algorithms and data structures with Python. I made this repository for fun and it started while I solved the *lletcode* problems and I thought it was going to be helpful for others, especially students.
7+
8+
All of the algorithms and data structures have a test, and I wrote tests with *pytest*.
9+
10+
## Contribute to DSA with Python
11+
There are many diiferent ways to contribute to this repository, actually because I started this repository for fun and I'm working on it for fun, so you just can check the respository and if you find a bug or some better solution for any of these files, just make an issue and describe it the bug or the reason and work on it.
12+
13+
**Steps:**
14+
15+
1. Create an issue
16+
2. Fork the repository
17+
3. Work on the problem
18+
4. Create a pull request(PR)
19+
20+
## Challenges / Problems
21+
As I said, I started the repository while solving the *Leetcode and Hackerrank* problems/challenges, so I pushed some of the problems I solved on these websites. So that you can find these in [problems](https://github.com/mohammadpagard/python-algorithm/tree/main/problems) .

0 commit comments

Comments
 (0)