Pinned Repositories
candbox
My C Sandbox
crain-graph
Generic adjacency graph in Java that stores any type of data with breadth and depth first searching
gocastle
Data structures and algorithms to learn Go
interval-scheduling-spring
Simple greedy interval scheduling solution + Spring boot
java-autocomplete
Efficient autocomplete on the english dictionary using a prefix tree
kinghorn-1
Python 3 library for caching AWS resources
minikube-node
Little minikube node example for local development
pyalgos
Algorithms and Data Structures in Python
raft-simulator
A simulator of the Raft consensus algorithm to help me learn
sandcastle
Crain's sandbox, mostly sorting and other CS stuff
crain9412's Repositories
crain9412/candbox
My C Sandbox
crain9412/crain-graph
Generic adjacency graph in Java that stores any type of data with breadth and depth first searching
crain9412/gocastle
Data structures and algorithms to learn Go
crain9412/interval-scheduling-spring
Simple greedy interval scheduling solution + Spring boot
crain9412/java-autocomplete
Efficient autocomplete on the english dictionary using a prefix tree
crain9412/kinghorn-1
Python 3 library for caching AWS resources
crain9412/minikube-node
Little minikube node example for local development
crain9412/pyalgos
Algorithms and Data Structures in Python
crain9412/raft-simulator
A simulator of the Raft consensus algorithm to help me learn
crain9412/sandcastle
Crain's sandbox, mostly sorting and other CS stuff
crain9412/scalacastle
Learning functional programming with Scala