Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 916 Bytes

File metadata and controls

52 lines (37 loc) · 916 Bytes

Data Structures & Algorithms – Practice Repository

👨‍💻 About

This repository contains my DSA practice solutions in C++. Problems are organized by data structures and algorithmic patterns.

🧠 Topics Covered

  • Arrays
  • Strings
  • Bit Manipulation
  • Linked List
  • Stack & Queue
  • Sliding Window
  • Prefix Sum
  • Binary Search
  • Trees
  • Graphs
  • Dynamic Programming

🏆 Platforms

  • LeetCode
  • GeeksForGeeks
  • Codeforces

Languages Used

  • C++
  • Java
  • Javscript

Organization Style

Solutions are organized by: Language → DSA Pattern → Problem

This allows easy comparison of implementations across languages.

⭐ Goal

To master DSA patterns and write optimized, readable code.