https://github.com/mohamedasad10/datastructures_algorithms
https://github.com/mohamedasad10/datastructures_algorithms
algorithms algorithms-and-data-structures data-structures java
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamedasad10/datastructures_algorithms
- Owner: mohamedasad10
- Created: 2024-08-07T22:00:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T20:21:31.000Z (about 1 year ago)
- Last Synced: 2025-02-10T21:26:33.433Z (about 1 year ago)
- Topics: algorithms, algorithms-and-data-structures, data-structures, java
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataStructures_Algorithms
Overview:
This repository is a collection of my personal learnings and explorations in the field of Data Structures and Algorithms. It includes implementations of various data structures and algorithms, along with detailed notes and explanations that help me better understand the underlying concepts.
Purpose:
The primary purpose of this repository is to serve as a study guide and reference for myself as I delve deeper into DSA. By documenting my learning process, I aim to solidify my understanding and create a resource that I can revisit in the future.
Contents:
Data Structures: Implementation of various data structures such as arrays, linked lists, stacks, queues, trees, graphs, and more.
Algorithms: Code for sorting, searching, dynamic programming, greedy algorithms, graph algorithms, etc.
Notes: Detailed notes on theoretical concepts, problem-solving techniques, and best practices in DSA.