Skip to content

Repository created for the needs of the data structure course at the Wroclaw University of Science and Technology

Notifications You must be signed in to change notification settings

hjjakubowski/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

This repository was created for the 'Data Structures' course at Wrocław University of Science and Technology.
During this course, we will complete three mini-projects.

The first project focuses on implementing various types of lists for data management. During the project, we will implement:

  • Dynamic Array
  • Singly Linked List
  • Doubly Linked List

The second project explores different implementations of priority queues.
We implement both a heap-based priority queue and a priority queue based on a doubly linked list.

The third project is dedicated to hash tables.
We implement several variants of hash tables for key-value storage including:

  • separate chaining
  • linear probing
  • version with AVL trees in buckets.

About

Repository created for the needs of the data structure course at the Wroclaw University of Science and Technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages