Skip to content

Latest commit

Β 

History

History
27 lines (21 loc) Β· 837 Bytes

File metadata and controls

27 lines (21 loc) Β· 837 Bytes

LearningDSA

A growing collection of data structures and algorithms (DSA) coding challenges with solutions to provide a way to exercise and prepare for technical interviews and competitive programming.

πŸ“š Overview

LearningDSA is an educational repository focused on providing structured practice for common coding challenges. Each problem is carefully categorized by the primary data structure or algorithm used in its solution.

πŸ—‚οΈ Repository Structure

Challenges are organized into folders based on the primary data structure or algorithm:

LearningDSA/
β”œβ”€β”€ arrays/
β”œβ”€β”€ binary-search/
β”œβ”€β”€ bit-manipulation/
β”œβ”€β”€ dynamic-programming/
β”œβ”€β”€ graphs/
β”œβ”€β”€ hash-maps/
β”œβ”€β”€ linked-lists/
β”œβ”€β”€ math/
β”œβ”€β”€ matrices/
β”œβ”€β”€ stacks/
β”œβ”€β”€ strings/
└── trees/