Skip to content

KavyashreeSN/leetcode-dsa--practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode DSA Practice

This repository contains my solutions to LeetCode problems that I practice while learning Data Structures and Algorithms (DSA).
Currently, I am focusing on C++ basics, Arrays, and Sorting problems.

Topics Covered (so far)

  • 🟢 Basics of C++ (loops, functions, input/output, etc.)
  • 🟢 Arrays (searching, frequency, largest/smallest element, etc.)
  • 🟢 Sorting (Bubble Sort, Selection Sort, Insertion Sort)
  • 🟢 Binary Search (Binary Search on 1D Arrays , on answers , 2D Arrays)

How to Run

Clone this repository:

git clone https://github.com/your-username/leetcode-dsa-practice.git

---

🎯 Goals :

Complete Striver’s A2Z DSA Sheet step by step

Strengthen my problem-solving skills in C++

Build consistency by solving problems daily

About

My solutions to LeetCode problems in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages