This repository contains Python backend solutions for various algorithms and problems. Each module or script serves a specific purpose, ranging from data structures to algorithmic challenges.
- Module Docs: This folder contains Python modules with detailed documentation and explanations.
- Scripts: This folder contains standalone Python scripts solving specific problems or implementing algorithms.
- Tests: This folder contains test scripts to validate the functionality of the provided solutions.
- Utils: This folder contains utility scripts and helper functions used across different modules and scripts.
- Clone this repository to your local machine.
- Navigate to the desired module or script directory.
- Execute the Python script using your preferred Python interpreter.
- Python 3.x
- Unix-based operating system (recommended for compatibility)
- Dependencies as specified in each script or module docstring
Contributions are welcome! If you have an algorithm or problem-solving approach you'd like to share, feel free to open a pull request.
This repository is licensed under the MIT License. See the LICENSE file for details.
- Graham .O. Adv, ESK