https://github.com/smaranjitghose/pyalgocheat
An attempt to create a package that contains easy plugins for common data structures and algorithms using Python
https://github.com/smaranjitghose/pyalgocheat
Last synced: 3 months ago
JSON representation
An attempt to create a package that contains easy plugins for common data structures and algorithms using Python
- Host: GitHub
- URL: https://github.com/smaranjitghose/pyalgocheat
- Owner: smaranjitghose
- License: mit
- Created: 2020-03-01T00:55:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T15:41:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T04:12:43.396Z (4 months ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyAlgoCheat
[](https://github.com/ellerbrock/open-source-badges/)
An attempt to create a package in Python that contains easy plugins for common data structures and algortihms
### Requirements to contribute:
- Basic knowledge of Python in mandatory
- The ability to use Git and GitHub
- Basics of data structures and algorithms
### How to contribute:**1.** Fork [this](https://github.com/smaranjitghose/pyalgocheat) repository.
**2.** Clone the forked repository.
```terminal
git clone https://github.com//pyalgocheat
```**3.** Navigate to the project directory.
```terminal
cd pyalgocheat
```**4.** Create a new branch.
```terminal
git checkout -b
```**5.** Make changes in source code/Create something new.
**6.** Commit your changes.
```terminal
git add .
git commit -m ""
```**7.** Push your local branch to the remote repository.
```terminal
git push -u origin
```**8.** Create a Pull Request!
**9.** **Congratulations!** you've made your contribution to [PyAlgoCheat](https://github.com/smaranjitghose/pyalgocheat) project.
## Project Admin:
* [Smaranjit Ghose](https://github.com/smaranjitghose)