A collection of algorithm solutions and coding practice problems.
This repository contains my personal solutions to various algorithmic challenges, primarily implemented in Python and C.
- Python
- C
To synchronize your LeetCode solutions with GitHub, like I did, you can use the LeetSync extension for Chrome. LeetSync GitHub repository.
Each problem is organized in its own directory, containing:
- Solution source code
- Problem-specific README
- Clone the repository
- Navigate to individual problem directories
- Review solutions and implementations
Requires Python 3.x and/or GCC for C implementations.