An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# PyAlgoCheat
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source-175x29.png?v=103)](https://github.com/ellerbrock/open-source-badges/)
![License](https://img.shields.io/github/license/smaranjitghose/girlscript_app?style=for-the-badge)

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)

![](https://img.shields.io/twitter/url?label=Twitter&style=social&url=https%3A%2F%2Ftwitter.com%2Fsmaranjitghose)