Skip to content

FaiqaN27/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions in C++

This repository contains my solutions to various LeetCode problems — all implemented in C++. Each file corresponds to a specific problem, named with its problem number + title, making navigation simple and clean.


📂 Repository Structure

  • Each problem has its own file.
  • Files are named using LeetCode problem number + problem title.
  • Every solution is standalone (can be compiled independently).

🛠️ Language Used

  • C++

🎯 Purpose of This Repository

  • Strengthen DSA (Data Structures & Algorithms)
  • Improve problem solving skills
  • Build a personal reference for interview preparation
  • Track long-term learning progress

📌 Topics Covered

  • Arrays
  • Strings
  • Two Pointers
  • Linked List
  • Binary Search
  • Sliding Window
  • Recursion
  • Hashing
  • Dynamic Programming

…and more as I continue solving.


📌 Note

There can be multiple valid ways to solve a problem. This repository reflects my personal approaches, optimization thinking, and learning journey. You can use your own approach!


⭐ Contributions

If this repo is helpful:

  • ⭐ Star it
  • 💡 Suggestions via Issues / PRs are welcome

📄 License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages