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
- Host: GitHub
- URL: https://github.com/ierturk/cpp-practice
- Owner: ierturk
- License: unlicense
- Created: 2022-01-21T17:22:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T20:26:08.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T10:45:06.240Z (4 months ago)
- Topics: catch2, clion, cmake, cmake-fetch, cpp, doctest, practice, testing, unittest
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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