Skip to content

Collection of exercises implemented for my data structures class

Notifications You must be signed in to change notification settings

LuEx10/Data-Structures-Exercises

Repository files navigation

Data Structures Exercises

This repository contains a collection of Data Structures exercises I implemented in C++ for my data structures class.

Overview

This repository is aimed at students and developers who want to deepen their understanding of Data Structures using C++. It includes exercises for implementing common data structures from scratch and practicing problem-solving using them. Each data structure has its own set of tasks, explanations, and code solutions.

Data Structures Covered

The repository covers the following data structures:

  • Arrays
  • Structs
  • Stacks
  • Queues
  • Linked Lists
  • Hash Tables
  • Graphs
  • Bitsets
  • Heaps
  • Trees

Technologies

  • C++: All data structures and algorithms are implemented using C++.
  • Graphviz: In order to visualize the graphs, they are printed out in a format compatible with Graphviz Online

Authors

Lucas Fiuza Garcia

About

Collection of exercises implemented for my data structures class

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published