Welcome to my DSA learning journey repository! This project is a curated guide for understanding and practicing Data Structures and Algorithms with code, patterns, and examples.
This repository serves as a step-by-step guide for improving problem-solving skills in DSA. Each folder contains a specific topic with solutions implemented in JavaScript, accompanied by HTML pages for better visualization.
Problem No. | Description | File Link | Status |
---|---|---|---|
1 | Print a 4x4 pattern of stars | 01_pattern.js | β Complete |
-
Clone this repository to your local machine:
git clone https://github.com/<your-username>/DSA-Learning-Journey.git cd DSA-Learning-Journey
-
Open the
strivers/patterns/index.html
file in your browser to view the solutions visually. -
Explore individual
.js
files for step-by-step explanations.
Topics Covered | Status |
---|---|
Patterns | β Done |
Sorting Algorithms | β¬ Pending |
Searching Algorithms | β¬ Pending |
Feel free to fork this repository and submit pull requests for improvements or additional problems.
Thanks to various DSA learning platforms like Striver's SDE Sheet and other resources for guiding me through this learning process.