Skip to content

Pixel-Overlord/Leetcode_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ DSA Practice Repository

This repository contains my practice programs and problem-solving solutions in C++.

Topics Covered

  • Arrays
  • Two Pointers
  • Binary Search
  • Recursion
  • Strings
  • STL (vector, map, set, etc.)
  • OOP Concepts
  • Sorting
  • Searching
  • Problem Solving Patterns

Platforms

  • LeetCode
  • Practice Problems
  • Interview Preparation Questions

Tech Stack

  • C++
  • STL
  • Git & GitHub
  • VS Code

Goals

  • Improve problem-solving skills
  • Strengthen DSA fundamentals
  • Prepare for C++ developer interviews
  • Build consistency in coding

How to Run

Compile:

g++ -o output filename.cpp

Run:

./output

For Windows PowerShell:

.\output.exe

Author

Satish Jha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages