Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 2.17 KB

README.md

File metadata and controls

69 lines (43 loc) · 2.17 KB

DSA Learning Journey 🚀

dsa-image

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.

Table of Contents 📖


Introduction

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.


Pattern Problems 🟡

Problem No. Description File Link Status
1 Print a 4x4 pattern of stars 01_pattern.js ✅ Complete

How to Use This Repository

  1. Clone this repository to your local machine:

    git clone https://github.com/<your-username>/DSA-Learning-Journey.git
    cd DSA-Learning-Journey
  2. Open the strivers/patterns/index.html file in your browser to view the solutions visually.

  3. Explore individual .js files for step-by-step explanations.


Tracking Progress ✅

Topics Covered Status
Patterns ✅ Done
Sorting Algorithms ⬜ Pending
Searching Algorithms ⬜ Pending

Contributing

Feel free to fork this repository and submit pull requests for improvements or additional problems.


Acknowledgments

Thanks to various DSA learning platforms like Striver's SDE Sheet and other resources for guiding me through this learning process.