Pinned Repositories
CodeAid
A web application designed to assist students learning the basics of computer science.
MinimumEditDistance
A Python program for finding the minimum edit distance between two strings.
Back2BackSolver
A heuristic approach to solving the popular Back2Back game.
BayesianGraphSolver
A Java implementation of a Bayesian Graph analyzer.
convexHull
A program that generates random points and finds the average number of cycles needed to find the convex hull of the set of points.
ERS
Employee Reimbursement System
ERS2
Second iteration of Employee Reimbursement System
jenkins-boilerplate
A repo for setting up a jenkins boiler-plate config
LED_Flash
A simple Arduino sketch that flashes a connected string of LED lights.
quickSort
A basic example of quick sort written in Java.
ryland-early-atkins's Repositories
ryland-early-atkins/jenkins-boilerplate
A repo for setting up a jenkins boiler-plate config
ryland-early-atkins/TRMS_DB_API
RESTful API to access a Tuition Reimbursement Management System Database
ryland-early-atkins/ERS2
Second iteration of Employee Reimbursement System
ryland-early-atkins/ERS
Employee Reimbursement System
ryland-early-atkins/CodeAid
A web application designed to assist students learning the basics of computer science.
ryland-early-atkins/BayesianGraphSolver
A Java implementation of a Bayesian Graph analyzer.
ryland-early-atkins/SatSolver
Two implementations of scalable, progressive satisfiability solvers used to solve sudoku puzzles.
ryland-early-atkins/Back2BackSolver
A heuristic approach to solving the popular Back2Back game.
ryland-early-atkins/MinimumEditDistance
A Python program for finding the minimum edit distance between two strings.
ryland-early-atkins/convexHull
A program that generates random points and finds the average number of cycles needed to find the convex hull of the set of points.
ryland-early-atkins/LED_Flash
A simple Arduino sketch that flashes a connected string of LED lights.
ryland-early-atkins/quickSort
A basic example of quick sort written in Java.