Skip to content

tonianev/common-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Algorithms in Python

This repository contains implementations of common algorithms in Python, categorized into different modules based on their type (e.g., sorting, searching, etc.). The repository also includes corresponding tests using pytest.

Algorithms

Sorting

Searching

Graph Algorithms

Getting Started

  1. Clone the repository: git clone https://github.com/yourusername/common_algorithms.git

  2. Change to the repository directory:

    • cd common_algorithms
  3. Install the required dependencies:

    • pip install -r requirements.txt

NOTE: It's recommended to use a virtual environment to manage dependencies.

  1. Run the tests using pytest:

Contributing

Contributions are welcome! If you'd like to add more algorithms or improve existing ones, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Implement the new algorithm or make changes to existing ones.
  4. Add corresponding tests.
  5. Ensure all tests pass.
  6. Commit your changes and open a pull request.

About

Common algorithms implemented in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages