Skip to content

The project implements selected data structures and measures the time complexity of their operations.

Notifications You must be signed in to change notification settings

CenturionTheMan/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

This project was made for university purposes.

It implements selected data structures to measure their operational time and space complexity.

The implemented data structures are:

  • Dynamic array
  • Doubly linked list
  • Binary heap
  • Binary search tree
  • Red-black tree

It also conducts time tests to analyze the time complexity of the operations performed on each data structure.

The results are presented in Polish in the report.

About

The project implements selected data structures and measures the time complexity of their operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published