Skip to content

My first GitHub repository showcasing a collection of code snippets that highlight my learning journey in data structures and algorithms. From basic arrays to complex trees and graphs, these practical implementations demonstrate my growing expertise

License

Notifications You must be signed in to change notification settings

headlessNode/DSA

Repository files navigation

Learning Data Structures and Algorithms in C++

This repository contains a collection of code snippets that reflect my journey of learning data structures and algorithms in C++. Each folder represents a different topic and includes code examples and explanations to help others understand and learn from my progress.

Table of Contents

Data Structures

  • Arrays
  • LinkedList
  • Binary Tree
  • Stack
  • Queue
  • Hash Table
  • Graph

Each data structure folder contains implementation files written in C++ and includes a README file with explanations and examples of usage.

Algorithms

  • Sorting Algorithms (e.g., Bubble Sort, Merge Sort, Quick Sort)
  • Searching Algorithms (e.g., Binary Search, Linear Search)
  • Graph Algorithms (e.g., Breadth-First Search, Depth-First Search)
  • Dynamic Programming
  • Recursion

Similarly, each algorithm folder includes C++ implementation files and a README with explanations and example code.

License

This project is licensed under the GNU General Public License. You are free to use, modify, and distribute this code for personal and commercial purposes under the terms of the GPL. However, I assume no responsibility for any consequences resulting from the use of this code.

If you find this repository helpful or have any suggestions for improvement, feel free to create an issue or contact me directly.

Happy coding!

About

My first GitHub repository showcasing a collection of code snippets that highlight my learning journey in data structures and algorithms. From basic arrays to complex trees and graphs, these practical implementations demonstrate my growing expertise

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages