Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junaidbinjaman/dsa-notes
A collection of my learning journey in Data Structures and Algorithms (DSA), featuring practice problems, solutions, and explanations in PHP & JS. Perfect for brushing up on core concepts and improving coding skills!
https://github.com/junaidbinjaman/dsa-notes
data-algorithms data-structure-and-algorithm data-structures
Last synced: 27 days ago
JSON representation
A collection of my learning journey in Data Structures and Algorithms (DSA), featuring practice problems, solutions, and explanations in PHP & JS. Perfect for brushing up on core concepts and improving coding skills!
- Host: GitHub
- URL: https://github.com/junaidbinjaman/dsa-notes
- Owner: junaidbinjaman
- License: mit
- Created: 2023-04-23T23:49:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T05:29:48.000Z (about 1 month ago)
- Last Synced: 2024-12-09T06:25:27.848Z (about 1 month ago)
- Topics: data-algorithms, data-structure-and-algorithm, data-structures
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# DSA Learning Repository
This repository contains my learning journey in **Data Structures and Algorithms (DSA)**. It features various practice problems, solutions, and explanations, organized by topic for ease of reference. Perfect for anyone looking to brush up on core concepts or improve their problem-solving skills.
## Table of Contents
- [Features](#features)
- [Topics Covered](#topics-covered)
- [Languages Used](#languages-used)
- [How to Use](#how-to-use)
- [License](#license)## Features
- **Organized Solutions**: Each topic is neatly organized into folders.
- **Practice Problems**: Includes commonly used problems for interviews and coding challenges.
- **Readable Code**: Solutions are written with clarity and comments for better understanding.
- **Updates**: Regularly updated as I progress through my DSA learning journey.## Topics Covered
- Arrays and Strings
- Linked Lists
- Stacks and Queues
- Trees and Graphs
- Sorting and Searching
- Dynamic Programming
- Recursion
- Hashing and Maps## Languages Used
This repository primarily uses **[Insert Language(s), e.g., Python, Java, C++]** for solutions.## How to Use
1. Clone the repository:
```bash
git clone https://github.com/your-username/your-repo-name.git