Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Practices

This repo has C++ example practices, and tests results by Catch2/Doctest Test Library. The build system is CMake and Catch2/Doctest is automatically downloaded and build by CMake using FetchContent. For this reason the Git should be installed on your system. For testing with Catch2use target Catch2, and for testing with Doctest use target Doctest. There are following practices at this time, and it will be extended.

  • Monotonic Array
  • Recursive Factorial
  • Brackets Matcher
  • Baseball Game
  • Top K
  • K-Sorted Array
  • LetterPyramid
  • Polymorphism
  • ...

Contribution

Your contributions by any means to the repo will be appreciated.

Copyright © 2022 ErturkMe

About

C++ Practices Example with CMake FetchContent Catch2/Doctest Test Library

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages