https://github.com/wahid-vinchenzo/data-structure-and-algorithms
This repository contains my implementations and explorations of various data structures and algorithms .
https://github.com/wahid-vinchenzo/data-structure-and-algorithms
dsa dsa-codes dsa-implementations dsa-practice
Last synced: about 2 months ago
JSON representation
This repository contains my implementations and explorations of various data structures and algorithms .
- Host: GitHub
- URL: https://github.com/wahid-vinchenzo/data-structure-and-algorithms
- Owner: Wahid-vinchenzo
- Created: 2024-12-15T03:46:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T13:58:52.000Z (2 months ago)
- Last Synced: 2025-03-25T14:42:18.870Z (2 months ago)
- Topics: dsa, dsa-codes, dsa-implementations, dsa-practice
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and Algorithms
Welcome to my journey through the fascinating world of data structures and algorithms! This repository serves as a collection of my implementations, notes, and practice problems as I delve deeper into this essential field of computer science.
**Key Topics:**
* Arrays
* Stacks
* Linked Lists
* Recurssions
* Queues
* Trees (Binary Trees, BSTs,AVL etc.)
* Graphs
* Sorting Algorithms (e.g., Bubble Sort, Merge Sort, Quick Sort,etc.)
* Searching Algorithms (e.g., Linear Search, Binary Search.etc.)
... and more!**Why Data Structures and Algorithms?**
They are the building blocks of efficient and optimized software. Understanding them is crucial for any programmer who wants to:
* Write cleaner and more maintainable code.
* Solve complex problems effectively.
* Improve the performance of their applications.
* Ace technical interviews!**What You'll Find Here:**
* **Implementations:** Code examples of various data structures and algorithms.
* **Notes:** Explanations and insights into the concepts behind each data structure and algorithm.
* **Practice Problems:** Solutions to coding challenges from platforms like codeforces,LeetCode, HackerRank, etc.**Used programming language:**
[](https://isocpp.org/)
[](https://en.wikipedia.org/wiki/C_(programming_language))
**Feel free to explore, learn, and contribute!**