π My accepted solutions to LeetCode problems across multiple programming languages. I focus on writing efficient algorithms with optimal time and space complexity, alongside clean and readable code.
π The Solutions Table below is generated automatically. A GitHub Action script scans the solution files in this repository, fetches problem details from the official LeetCode API, and updates this README every time code changes are pushed. This way, the table always reflects the latest accepted solutions β no manual updates needed!
algorithms/
βββ cpp/
β βββ ...
βββ python/
β βββ ...
βββ java/
βββ ...
Found a bug or have suggestions? Feel free to open an Issue or submit a Pull Request!
π§ Email: shafeev.dev@gmail.com π LeetCode Profile: https://leetcode.com/u/Lntck/
This repository features an automated workflow that:
- Parses solution files in the
algorithms/folder, - Retrieves problem details (title, difficulty, problem ID) from the official LeetCode API,
- Automatically updates this README's Solutions Table on every push.
This means the table you see here always reflects the latest solutions without manual edits! π