Skip to content

A collection of algorithms and data structures, designed for learning and interview prep.

License

Notifications You must be signed in to change notification settings

IronMax03/AlgoHub_local

 
 

Repository files navigation

AlgoHub


GitHub stars GitHub License GitHub top language GitHub last commit

This repo collects common algorithms & data structures that are useful for interviews — each with:

  1. a written and/or visual explanation
  2. a python implementation
  3. test cases

For detailed guidelines on how to contribute, please consult CONTRIBUTING.md

Installation

  1. Install uv - a fast Python package installer and resolver. See the official documentation for installation instructions.

  2. Clone the repository and setup the environment:

    git clone https://github.com/AlgorithmsAcademy/AlgoHub.git
  3. From the git repository synchronizes your Python environment by executing the following command:

    uv sync --all-extras

🐛 Bug Report

To report a bug, simply create a new issue using the Bug Report form and fill out all sections. The form is straightforward, but if you’d like a bit more guidance consult CONTRIBUTING.md.

About

A collection of algorithms and data structures, designed for learning and interview prep.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%