Shaun Reed
5f9f508581
[cpp] Remove ignores
11 months ago
Shaun Reed
3b6ecaa5e9
[cpp] Add Qt Desginer widget plugin examples
11 months ago
Shaun Reed
de652bad32
[cpp] Add catch and qt examples
12 months ago
Shaun Reed
d1fb33c58e
[dotnet] Add dotnet projects and examples
...
+ Sitemap generator I created while learning the dispose pattern
+ Testing project for learning general C#
2 years ago
Shaun Reed
6dbac7559a
[cpp] Update READMEs for C++ projects and examples
2 years ago
Shaun Reed
34f12250ab
[cpp] Update weighted graph
...
+ totalWeight is now tracked for BFS & DFS traversals
+ Refactor graph search info structs
2 years ago
Shaun Reed
4b47630548
[cpp] Clean up graph implementations
2 years ago
Shaun Reed
6986c73651
[cpp] Add example of using condition_variables
2 years ago
Shaun Reed
92b3af7813
[cpp] Add example and solution for livelocks
2 years ago
Shaun Reed
6c0018c469
[cpp] Add example and solution for deadlocks
2 years ago
Shaun Reed
d81c65b1d2
[cpp] Add multithreaded project
...
+ Add example for race condition problem / solution
2 years ago
Shaun Reed
fc1f247987
[cpp] Add -Wall compiler option to root CMakeLists
...
+ Resolve all warnings
2 years ago
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
2 years ago
Shaun Reed
573fc4e1e8
Add JavaScript WebGL example
...
+ Update READMEs
2 years ago
Shaun Reed
940d035638
Add Python project examples
...
+ Neural network CLI
+ Hidden Markov Model CLI
+ K-Means clustering CLI
+ Linear regression CLI
+ Screenshots, updated README instructions
2 years ago
Shaun Reed
bbbf404340
[cmake-example] Update cmake project example
...
+ Rename `cmake` -> `cmake-example`
2 years ago
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
2 years ago
Shaun Reed
9243ded17b
Add templated graph example
2 years ago
Shaun Reed
58adbfc473
Update columnar-transposition example
...
+ Use inheritance to provide base class for key based ciphers
2 years ago
Shaun Reed
b5a97de9ff
Add fail2ban playbook for updating jails remotely
...
+ Can be used for a single host or a group of hosts
+ Update nginx-nobinary jail regex
2 years ago
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
2 years ago
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
2 years ago
Shaun Reed
23c4f0e491
Add example of finding MST using Kruskal's algorithm
...
+ Using example graph and pseudocode from MIT Algorithms
2 years ago
Shaun Reed
835dbc7f7d
Initial commit for working on weighted-graph implementation
2 years ago
Shaun Reed
64df3419a0
Add structs to track traversal information in object-graph example
...
+ Allows Graph member functions to remain const
+ Easy to pass traversal information around as needed
+ Update DFS and BFS functions to return traversal information
2 years ago
Shaun Reed
2a36de7c52
Add pathing using BFS within the simple-graph example
2 years ago
Shaun Reed
166d998508
Update simple-graph implementation to track discovery and finish time
...
+ Allows result of topological sort to match examples shown in MIT Algorithms
+ Correct order of initialization for all graphs and adjacent nodes in graph.cpp
+ Provide overloaded DFS for beginning at a specific node within the graph
2 years ago
Shaun Reed
3d0dfa63d1
Clean up object-graph implementation
2 years ago
Shaun Reed
4a8b607ff6
Update object-graph example to add path finding between nodes using BFS
...
+ Clean code, add overloaded functions and helper functions for common tasks
2 years ago
Shaun Reed
348586ec38
Update object graph implementation to track node discover and finish time
...
+ Allows traversal and topological sort algorithms to show examples from MIT Algorithms more accurately
2 years ago
Shaun Reed
5d37db1ce2
Add example of object graph traversal algorithms
...
+ Using pseudocode examples from MIT Intro to Algorithms
2 years ago
Shaun Reed
21ed349c39
Fix array index offset bug in simple-graph traversal examples
...
+ Add comments to explain when to offset and when to use key values
2 years ago
Shaun Reed
1fc34d2dd4
Add example of simple graph algorithms
...
+ Using pseudocode examples from MIT Intro to Algorithms
2 years ago
Shaun Reed
8f211b1603
Update datastructs/binarysearchtree example
...
+ Utilize copy-swap idiom, miscellaneous clean-up of conditions and return values
3 years ago
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
3 years ago
Shaun Reed
202953de49
Add examples of red-black tree algorithms
...
+ Using pseudocode examples from MIT Introduction to Algorithms
3 years ago
Shaun Reed
f45e479603
Initial commit for working on red-black tree algorithms
3 years ago
Shaun Reed
49eb64f320
Add examples of binary search tree algorithms
...
+ Using the pseudocode examples from MIT introduction to algorithms
3 years ago
Shaun Reed
c2300d7121
Rearrange graphics projects into subdirectory
3 years ago
Shaun Reed
255d7efe9f
Add example for radix sort
3 years ago
Shaun Reed
de0d706f98
Add example for bucket sort
3 years ago
Shaun Reed
a7d11c559e
Add example for counting sort
3 years ago
Shaun Reed
33843eaaa1
Add example for quick sort
3 years ago
Shaun Reed
c53277b97c
Remove unused parameter in heap sort example
3 years ago
Shaun Reed
ef5f952519
Add example for heap sort
3 years ago
Shaun Reed
2f94a59567
Add example for bubble sort
3 years ago
Shaun Reed
8f70278ac6
Add example for insertion sort
3 years ago
Shaun Reed
82effe5203
Reorganize cpp/opengl-cmake
...
+ So project structure is closer to that of cpp/sdl-cmake
3 years ago
Shaun Reed
006f77ad95
Add cpp/opengl-cmake example for basic OpenGL project with CMake
3 years ago
Shaun Reed
0933f9bdf5
Update 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 inheritance
3 years ago