Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Practice Notebook

Welcome to my Data Structures and Algorithms (DSA) practice repository!

This space is dedicated to DSA practice, carefully organized topic by topic to ensure comprehensive coverage of all essential concepts.

Approach to Problem Solving

For every problem documented here, my strategy is:

  1. First Approach: Always start with the most intuitive, basic solution (often brute force). The goal here is to simply get the code working and understand the core mechanics of the problem.
  2. Optimized Approach: Analyze the time and space complexity of the initial solution, identify bottlenecks, and refine the logic to create the most optimal solution possible.

This step-by-step method helps in building a deep understanding of trade-offs and algorithmic techniques.

About

This space is dedicated to DSA practice, carefully organized topic by topic to ensure comprehensive coverage of all essential concepts.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors