An open API service indexing awesome lists of open source software.

https://github.com/ierturk/cpp-practice

C++ Practices Example with CMake FetchContent Catch2/Doctest Test Library
https://github.com/ierturk/cpp-practice

catch2 clion cmake cmake-fetch cpp doctest practice testing unittest

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 `Catch2`use 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