Skip to content

WojtekMs/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStructures

This repository contains my implementations of data structures in C++.
Each data structure has it's own short readme describing the features implemented with it's complexities.

Configure project

This project requires C++20, you have to make sure your compiler supports it before configuring.
Before you start experimenting with examples:

mkdir build
cd build
cmake ..

BST

In order to run Binary Search Tree examples run:

  • cd build
  • make BST (launches example)
  • make BST_test (launches example tests)

BST docs

About

This repository contains my implementations of data structures in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published