This repository contains a collection of coding solutions, algorithm implementations, and problem-solving exercises across various languages and domains. It is organized for learning, experimentation, and interview preparation.
- project-euler/: Solutions to Project Euler problems in multiple languages (C++, Python, Java, JavaScript, Haskell, Rust, Solidity).
- DSA Problems: Standalone scripts for DSA problems (C, C++, Python) from platforms or books.
- Company/Contest Problems: Solutions to problems from coding interviews and contests (Amazon, Microsoft, Facebook, CodeVita, Codility, etc.).
- Python
- C / C++
- Browse the folders and files for problem statements and solutions.
- Each file is self-contained and can be compiled or run independently.
- For Project Euler, see
project-euler/README.md
This repository is for personal learning and practice. Code quality and optimization may vary by file and problem. Contributions and suggestions are welcome!