Skip to content

christiangoerdes/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

General Information

This project has been developed as a team effort within the scope of the Object-Oriented Software Development module. It is aligned with the concepts covered in the Algorithms and Data Structures module.

In the context of this project, interfaces have been created for seven data types:

  • Singly Linked List
  • Doubly Linked List
  • Queue
  • Stack
  • Priority Queue
  • Ordered Set
  • Hashed Set

All of these data types will be implemented, except for the ordered set. The project aims to meet the runtime requirements discussed in the "Algorithms and Data Structures" module and emphasizes effective organization of distributed collaboration along with comprehensive, well-documented solutions.

Projekt Details

Implementationsdetails

User Interface

Building the Project

To build the project, use the following command in the root directory:

cmake -S . -B build && cmake --build build

The executables are located in the /build directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published