Skip to content

πŸš€ A comprehensive guide to mastering Data Structures and Algorithms using JavaScript. This repository follows the Striver's Interview Questions Guide, covering patterns, problem-solving, and advanced concepts with clean and detailed implementations. Perfect for interview preparation and skill-building!

Notifications You must be signed in to change notification settings

Arafat-alim/data_structure_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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.


About

πŸš€ A comprehensive guide to mastering Data Structures and Algorithms using JavaScript. This repository follows the Striver's Interview Questions Guide, covering patterns, problem-solving, and advanced concepts with clean and detailed implementations. Perfect for interview preparation and skill-building!

Topics

Resources

Stars

Watchers

Forks