https://github.com/romaletodiani/dsa
Data Structures & Algorithms
https://github.com/romaletodiani/dsa
algorithms csharp data-structures javascript python typescript
Last synced: 3 months ago
JSON representation
Data Structures & Algorithms
- Host: GitHub
- URL: https://github.com/romaletodiani/dsa
- Owner: RomaLetodiani
- License: mit
- Created: 2024-01-06T07:10:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T11:40:09.000Z (almost 2 years ago)
- Last Synced: 2025-10-10T12:29:26.769Z (6 months ago)
- Topics: algorithms, csharp, data-structures, javascript, python, typescript
- Language: Python
- Homepage:
- Size: 1.43 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Structures & Algorithms
This repository contains implementations and explanations of various data structures and algorithms commonly used in computer science and software development.
## Table of Contents
- [Data Structures \& Algorithms](#data-structures--algorithms)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Contributing](#contributing)
- [License](#license)
## Introduction
This repository serves as a collection of well-documented implementations of essential data structures and algorithms.
Understanding these fundamental concepts is crucial for writing efficient and optimized code in various programming languages.
Data Structures
-
Strings
-
Lists / Arrays
-
Sets
-
Dictionaries/Objects
-
Stack
-
Matrix
-
Linked List
-
Queue
-
Doubly Linked List
-
Binary Tree
-
Binary Search Tree
-
Trie
-
Graph
-
Heap
Algorithms
-
Sort Algorithms
-
Search Algorithms
## Contributing
Contributions are welcome! If you'd like to contribute by adding new implementations, improving existing ones, or suggesting enhancements, please follow the guidelines outlined in [CONTRIBUTING](CONTRIBUTING.md).
## License
This repository is licensed under the [MIT License](LICENSE).