Skip to content

Amit006/CompitiveCode

Repository files navigation

Competitive Programming Solutions 🚀

License: MIT Python Java C++

A curated collection of solutions to LeetCode, Codeforces, HackerRank, and other competitive programming challenges. Focused on efficiency, readability, and best practices for coding interviews and competitions.

LeetCode Dashboard 🚀

LeetCode Stats

image


📌 Overview

This repository contains optimized solutions to algorithmic problems from popular coding platforms. Each solution includes:

  • Clean, well-commented code
  • Time & space complexity analysis
  • Approach explanations
  • Test cases (where applicable)

Perfect for developers preparing for coding interviews or improving their problem-solving skills!


🛠️ Features

  • Platform Coverage:
    • LeetCode
    • Codeforces
    • HackerRank
    • GeeksforGeeks
  • Languages:
    • Python (Primary)
    • Java
    • C++
    • JavaScript
  • Topics:
    • Arrays & Strings
    • Dynamic Programming
    • Graphs & Trees
    • Greedy Algorithms
    • System Design (OOD)

📂 Repository Structure

CompetitiveCode/
├── LeetCode/
│   ├── Easy/
│   │   └── Two_Sum.py
│   ├── Medium/
│   │   └── Add_Two_Numbers.py
│   └── Hard/
│       └── Trapping_Rain_Water.py
├── Codeforces/
│   └── Round_789/
│       └── Problem_A.cpp
├── HackerRank/
│   └── SQL/
│       └── Weather_Observation.sql
└── Resources/
    └── Big_O_Cheatsheet.pdf

🚀 How to Use

  1. Search for a Problem:
    • Use GitHub’s search bar (e.g., Two_Sum.py).
  2. Understand the Approach:
    • Read code comments and complexity analysis.
  3. Run Locally:
    git clone https://github.com/Amit006/CompitiveCode.git
    cd CompitiveCode/LeetCode/Medium
    python3 Add_Two_Numbers.py
    

🤝 Contributing

Contributions are welcome! Follow these steps:

  1. Fork the repository.
  2. Add your solution in the relevant folder (e.g., LeetCode/Medium).
  3. Include:
  4. Submit a pull request.

Guidelines:

  • Follow PEP8 for Python.
  • Use descriptive variable names.
  • Add test cases if possible.

📜 License

This project is licensed under the MIT License. See LICENSE for details.


🙌 Acknowledgements

Happy Coding!
Let’s connect on LinkedIn.

About

Solving different problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published