c8683680ddAdd subdirectory for cryptography examplesShaun Reed2021-07-20 11:21:59 -0400
23c4f0e491Add example of finding MST using Kruskal's algorithmShaun Reed2021-07-16 18:16:04 -0400
835dbc7f7dInitial commit for working on weighted-graph implementationShaun Reed2021-07-16 12:28:41 -0400
64df3419a0Add structs to track traversal information in object-graph exampleShaun Reed2021-07-12 16:52:49 -0400
2a36de7c52Add pathing using BFS within the simple-graph exampleShaun Reed2021-07-12 14:25:43 -0400
166d998508Update simple-graph implementation to track discovery and finish timeShaun Reed2021-07-10 13:13:50 -0400
3d0dfa63d1Clean up object-graph implementationShaun Reed2021-07-02 21:29:52 -0400
4a8b607ff6Update object-graph example to add path finding between nodes using BFS + Clean code, add overloaded functions and helper functions for common tasksShaun Reed2021-07-01 17:17:47 -0400
348586ec38Update object graph implementation to track node discover and finish time + Allows traversal and topological sort algorithms to show examples from MIT Algorithms more accuratelyShaun Reed2021-06-28 12:46:04 -0400
5d37db1ce2Add example of object graph traversal algorithms + Using pseudocode examples from MIT Intro to AlgorithmsShaun Reed2021-06-28 10:12:19 -0400
21ed349c39Fix array index offset bug in simple-graph traversal examples + Add comments to explain when to offset and when to use key valuesShaun Reed2021-06-28 06:56:58 -0400
1fc34d2dd4Add example of simple graph algorithms + Using pseudocode examples from MIT Intro to AlgorithmsShaun Reed2021-06-19 16:08:15 -0400
8f211b1603Update datastructs/binarysearchtree example + Utilize copy-swap idiom, miscellaneous clean-up of conditions and return valuesShaun Reed2021-06-09 11:00:02 -0400
a8b6627135Update example of red-black and binary tree algorithms + Use copy-swap idiom for assignment operators + Update and organize CMakeLists subdirectories for algorithm examplesShaun Reed2021-06-09 10:16:24 -0400
202953de49Add examples of red-black tree algorithms + Using pseudocode examples from MIT Introduction to AlgorithmsShaun Reed2021-06-08 20:48:33 -0400
f45e479603Initial commit for working on red-black tree algorithmsShaun Reed2021-06-08 14:43:39 -0400
49eb64f320Add examples of binary search tree algorithms + Using the pseudocode examples from MIT introduction to algorithmsShaun Reed2021-06-04 12:08:37 -0400
c2300d7121Rearrange graphics projects into subdirectoryShaun Reed2021-05-29 15:08:39 -0400
82effe5203Reorganize cpp/opengl-cmake + So project structure is closer to that of cpp/sdl-cmakeShaun Reed2021-05-24 17:36:57 -0400
006f77ad95Add cpp/opengl-cmake example for basic OpenGL project with CMakeShaun Reed2021-05-24 17:01:01 -0400
0933f9bdf5Update cpp/sdl-cmake example + Clean CMakeLists of unused options + Reorganize the linking of SDL to custom lib-sdl-test library + Improve Shape and Rectangle to better utilize inheritanceShaun Reed2021-05-24 16:20:54 -0400
16ac2046faUpdate OpenGL standalone example + Remove unused directories + Update cpp/README.txt to include new directoriesShaun Reed2021-05-24 13:12:14 -0400
b2bdd62fb2Add example for cpp/algorithms/sorting/mergeShaun Reed2021-05-24 12:11:33 -0400
51bf18980bRename source file in prototype pattern + Correct CMakeLists.txt in abstract-factory pattern + Commit name change for author of figlet fonts :)Shaun Reed2021-05-21 12:31:40 -0400
6e2131fba0Add README for ansible/roles/dockerShaun Reed2021-05-21 12:24:38 -0400
cd63a02470Add README for ansible/roles/core + Add blockchain subdirectory to root README + Ignore `node-modules` directory for future npm projectsShaun Reed2021-05-21 12:03:07 -0400
8177d4c191Add example of visitor pattern in C++Shaun Reed2021-05-11 20:56:05 -0400
53ee3df451Add example of observer pattern in C++Shaun Reed2021-05-11 19:58:23 -0400
1c78867d91add example of state pattern in C++Shaun Reed2021-05-11 18:53:16 -0400
d7a25a0efcAdd example of prototype pattern in C++Shaun Reed2021-05-11 17:39:36 -0400
912cb47dcfAdd example of adapter pattern in C++Shaun Reed2021-05-11 16:57:21 -0400
da9d26cf15Add example of bridge pattern in C++Shaun Reed2021-05-11 16:03:03 -0400
248e48d5c9Add subdirectory for practicing design patterns in C++ + Add example for singletonShaun Reed2021-05-11 11:55:21 -0400
8646cd51eaAdd CMakeLists for algorithms subdirectoriesShaun Reed2021-05-04 23:07:39 -0400
e585f18359Add blockchain directory for working on related projects + Add sample Solidity project template, README instructionsShaun Reed2021-05-03 14:46:36 -0400
8817a594beAdd cmake project files for cpp/ directory and all relevant subdirecctories + Add Makefiles generated by CMake JIC make is preferred + Update cmake version, header comments, and project descriptionsShaun Reed2021-04-27 23:42:12 -0400
d4f6fb9d41Add new cpp/algorithms directory, include basic selection sort exampleShaun Reed2021-01-17 17:01:39 -0500
a864342974Add RD of Binary Search Tree implementation + Update .gitignore to exclude .idea configsShaun Reed2020-07-04 20:58:14 -0400
b258c14022Work on Vector RD + Finish const, destr, and op= + Improve logic to match changes to data members + Update doxygen to reflect changes made to Vector classShaun Reed2020-07-03 21:30:44 -0400