Skip to content

Collection of C++ programs developed as part of the study for my 'Data Structures and Algorithms' class.

Notifications You must be signed in to change notification settings

t-ros/EDA-Data-Structures-and-Algorithms

Repository files navigation

Data Structures and Algorithms - C++

This repository contains a collection of C++ programs developed as part of my studies for the Data Structures and Algorithms course.

Each program focuses on a specific concept or problem related to classic data structures or algorithmic techniques.

Modules Covered

  • Recursion
  • Procedural Programming
  • Sorting Algorithms (e.g., Bubble, Merge, Quick Sort)
  • Searching Algorithms (e.g., Binary Search)
  • Object Oriented Programming
  • Linked Lists
  • Stacks and Queues
  • Binary Trees

Technologies (I) Used

  • Language: C++
  • Compiler: GCC / g++
  • IDE: Geany, QtCreator & VSC
 
 ++++++               
++    ++        
++         +      +  
++       + + +  + + +
++         +      +  
++    ++        
 ++++++                       

About

Collection of C++ programs developed as part of the study for my 'Data Structures and Algorithms' class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages