Skip to content

C++ source of the most common used data structures. This project is for educational purpose.

License

Notifications You must be signed in to change notification settings

bcfrutuozo/Data-Structures-C-Plus-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures - C++

Overview

This repository is an education purpose of open-source implementation of a variety of algorithms implemented in C++ and licensed under MIT License. It also feature functions that are not implemented in the default STL library. However, as it is for education, it was never mean to be compared with STL. So its suggested that this repository is NEVER used in large projects. Always use the STL library for these cases.

Features

  • Implementations of most common algorithms in one of the most fundamental general purpose languages - C++;
  • Test cases using catch2 for each one of the algorithms;
  • Source compiled for Linux and Windows (for Visual Studio will be implemented using _CrtDumpMemoryLeaks() to check for memory leaks);

About

C++ source of the most common used data structures. This project is for educational purpose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published