A professionally maintained, automated repository containing optimized solutions to Data Structures & Algorithms (DSA) and Competitive Programming problems.
This repository serves as a live portfolio of my problem-solving journey, featuring solutions in C++ and Python that are automatically synchronized from various coding platforms.
| Platform | Status |
|---|---|
| LeetCode | |
| Codeforces | |
| GeeksforGeeks |
- ✅ Solved 50+ DSA problems across top platforms.
- 🔄 Fully Automated Synchronization using GitHub Actions & Python scripts.
- 🏆 Clean Code Principles: Solutions are optimized for time & space complexity.
- 📈 Continuous Integration: Linting and formatting checks ensure code quality.
- Languages: C++, Python
- Automation: GitHub Actions, Python Scripting
- Version Control: Git, GitHub
- Quality Assurance:
black(Python),clang-format(C++)
.
├── codeforces/ # Solutions from Codeforces contests
├── leetcode/ # LeetCode solutions (categorized by difficulty)
├── geeksforgeeks/ # GeeksforGeeks practice problems
├── scripts/ # Automation scripts for stats and syncing
└── .github/ # CI/CD workflows
To explore the solutions locally:
- Clone the repository:
git clone https://github.com/AdityaPandey-DEV/DSA-Auto-Sync.git
- Navigate to the directory:
cd DSA-Auto-Sync - Explore specific categories (e.g., LeetCode Medium):
cd leetcode/medium
Contributions are welcome! Whether it's adding a new solution, optimizing an existing one, or improving documentation.
Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Aditya Pandey