Commit Graph

6 Commits

Author SHA1 Message Date
Shaun Reed fc1f247987 [cpp] Add -Wall compiler option to root CMakeLists
+ Resolve all warnings
2022-03-31 17:42:23 -04:00
Shaun Reed a97dfbe34b Clean up CMakeLists in all C++ examples
+ Rename output executables to match directory structure
+ Remove libraries for small examples
+ Supress -Wreturn-type warnings for singleton that is intentionally not copyable
2022-03-31 16:01:08 -04:00
Shaun Reed 2845b020ae Update README instructions
+ Fix incorrect library name for `algorithms/trees/BST` example
+ Update root CMakeLists.txt for major directories to set binary path
+ Add instructions to install CMake LTS with pip
2022-01-07 11:32:52 -05:00
Shaun Reed 58adbfc473 Update columnar-transposition example
+ Use inheritance to provide base class for key based ciphers
2021-07-24 11:55:01 -04:00
Shaun Reed 909bf3278e Update columnar-transposition input validation
+ Add keyWord and message validation in columnar-transposition example
+ Add quotes around output to help show leading / trailing spaces
2021-07-20 17:44:31 -04:00
Shaun Reed c8683680dd Add subdirectory for cryptography examples
+ Add example using columnar transposition for encrypting / decrypting messages
+ Fix cmake build error from duplicate lib-bst when building from project root
2021-07-20 11:23:39 -04:00