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
a8b6627135
Update example of red-black and binary tree algorithms
...
+ Use copy-swap idiom for assignment operators
+ Update and organize CMakeLists subdirectories for algorithm examples
2021-06-09 10:16:24 -04:00
Shaun Reed
c2300d7121
Rearrange graphics projects into subdirectory
2021-05-30 02:18:09 -04:00
Shaun Reed
255d7efe9f
Add example for radix sort
2021-05-29 14:49:04 -04:00
Shaun Reed
de0d706f98
Add example for bucket sort
2021-05-29 14:49:04 -04:00
Shaun Reed
a7d11c559e
Add example for counting sort
2021-05-29 14:49:04 -04:00
Shaun Reed
33843eaaa1
Add example for quick sort
2021-05-26 14:19:33 -04:00
Shaun Reed
c53277b97c
Remove unused parameter in heap sort example
2021-05-26 14:17:56 -04:00
Shaun Reed
ef5f952519
Add example for heap sort
2021-05-25 19:07:23 -04:00
Shaun Reed
2f94a59567
Add example for bubble sort
2021-05-25 09:57:16 -04:00
Shaun Reed
8f70278ac6
Add example for insertion sort
2021-05-25 09:32:26 -04:00
Shaun Reed
b2bdd62fb2
Add example for cpp/algorithms/sorting/merge
2021-05-24 12:11:33 -04:00
Shaun Reed
fa4407e74a
Update selection sort example
2021-05-23 11:03:59 -04:00
Shaun Reed
8646cd51ea
Add CMakeLists for algorithms subdirectories
2021-05-04 23:07:39 -04:00
Shaun Reed
d4f6fb9d41
Add new cpp/algorithms directory, include basic selection sort example
2021-01-17 17:04:20 -05:00