Skip to content

A curated collection of LeetCode problem solutions implemented in C++. Each file corresponds to a specific problem number and title, covering a variety of algorithmic challenges to support coding practice and interview preparation.

Notifications You must be signed in to change notification settings

FaiqaN27/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode Solutions

This repository contains my solutions to various LeetCode problems, all implemented in C++.
Each file corresponds to a specific problem, named by its problem number and title, making it easy to navigate and find solutions.


📂 Structure

  • Solutions are organized by problem number.
  • Each solution file is self-contained and can be compiled and run independently.

🛠️ Language Used

  • C++ (100%)

🚀 Purpose

  • Practice problem-solving and algorithms.
  • Strengthen knowledge of data structures and algorithms.
  • Build a reference for interview preparation.

📌 Topics Covered

  • Arrays
  • Strings
  • Two Pointers
  • Linked List
  • Binary Search
  • Sliding Window
  • Recursion
  • Hashing
  • Dynamic Programming …and more as I continue solving.

📒 Note

These solutions are written for learning and practice purposes.
There can be multiple valid solutions to a problem. This repository reflects my personal approach, learning, and thought process.You can choose your own approach.


⭐ Contributions

If you find this repo helpful:

  • ⭐ Star the repository
  • 💡 Open issues or pull requests for improvements

📄 License

This project is licensed under the MIT License

About

A curated collection of LeetCode problem solutions implemented in C++. Each file corresponds to a specific problem number and title, covering a variety of algorithmic challenges to support coding practice and interview preparation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages