Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 706 Bytes

File metadata and controls

16 lines (14 loc) · 706 Bytes

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