Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahirsalahin/data-structures-and-algorithms
https://github.com/mahirsalahin/data-structures-and-algorithms
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahirsalahin/data-structures-and-algorithms
- Owner: MahirSalahin
- Created: 2024-01-01T15:54:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T15:11:37.000Z (7 months ago)
- Last Synced: 2024-06-08T16:04:20.949Z (7 months ago)
- Language: Python
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and Algorithms
This repository contains my solutions and implementations of various data structures and algorithms exercises. The goal is to practice and improve my understanding of fundamental concepts in computer science.
## Table of Contents
- [Introduction](#introduction)
- [Folder Structure](#folder-structure)## Introduction
In this repository, I aim to systematically organize and document my journey in learning and implementing various data structures and algorithms. I'll be regularly updating this repository with exercises, solutions, and explanations to solidify my understanding.
## Folder Structure
The repository is organized as follows:
├── Algorithms\
│ ├── Dynamic Programming\
│ ├── Graph\
│ ├── Searching\
│ ├── Sorting\
│ ├── Recursion\
│\
├── Data_Structures\
│ ├── Doubly Linked List\
│ ├── Graph\
│ ├── Hash Table\
│ ├── Heap / Priority Queue\
│ ├── Linked List\
│ ├── Stack & Queue\
│ └── Tree\
│\
└── README.md