Skip to content

mjolewis/Algorithms-in-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms-in-CPP

Data structures and algorithms in C++

Usage

Each algorithm has associated unit tests. The recommended approach to understand each algorithm is to first review the unit tests. This approach will help you understand the algorithm from multiple angles. For example, the unit tests are designed to validate the common path, edge cases, and negative paths.

Unit Test Framework

Unit tests are built using Google Test. More details can be found at:

  1. https://github.com/google/googletest/tree/main
  2. https://www.jetbrains.com/help/clion/2023.1/creating-google-test-run-debug-configuration-for-test.html

About

Data structures and algorithms in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published