Skip to content

Playground for implementing various stuff using a TDD-ish dev style

Notifications You must be signed in to change notification settings

johnbanq/tad-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Assisted Development Playground

The central repository for showing off my journey of implementing various interesting stuff using a TDD-ish dev style

Using

  • C++17 FTW!
  • CMake with CTest for building and testing
  • Catch2 for testing

Directory Structure

  • bst
    • implementation of 2 balanced binary search tree, along with a naive version
  • quicksort
    • implementation of quicksort, with dual-pointer partition or knuth partition
  • substr
    • implementation of substring search algorithm

About

Playground for implementing various stuff using a TDD-ish dev style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published