General programming practice
Go to file
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
2021-07-10 13:18:48 -04:00
ansible Add README for fail2ban 2021-05-21 14:09:34 -04:00
blockchain/eth/truffle-solidity Rename source file in prototype pattern 2021-05-21 12:34:18 -04:00
cpp Update simple-graph implementation to track discovery and finish time 2021-07-10 13:18:48 -04:00
figlet Rename source file in prototype pattern 2021-05-21 12:34:18 -04:00
scripts Update READMEs 2020-11-25 07:06:48 -05:00
.gitignore Add README for ansible/roles/core 2021-05-21 12:12:27 -04:00
README.md Add README for ansible/roles/core 2021-05-21 12:12:27 -04:00

README.md

klips

This repository is a collection of useful code snippets and configurations.

github.com/shaunrd0/klips/
├── ansible     # Ansible roles, playbooks, and examples
├── blockchain  # Blockchain related project templates and examples
├── cpp         # C++ programs, datastructures, and other examples
├── figlet      # Figlet fonts I like :)
├── README.md   
└── scripts     # Bash scripts