Pinned Repositories
AlgorithmsReview
BowlingStats
Keeper of my bowling stat tracker program
CNF_NQueensSolver
Turns the NQueens problem into a CNF logic problem and solves
CollectionsOfSorts
Contains QuickSort, SelectionSort, MergeSort, and InsertionSort and produces a comparison
DailyProgrammer
Programs from short requirment descriptions around the internet.
DFA_StringSearch
Uses DFA to search long strings of characters for a particular set of characters
ElGamal-Crypto-Python
First commit from personal drive
Hungarian
Hungarian Rings Solver using IDA*
MarkovDecisionProcess-MDP-Solver
MDP Solver to make best choices based off the the weight of each possible move.
PythonSatSolver
A SAT solver written in Python 3.2 using three different algorithms; DPLL, Hill Climbing, and Genetic
DRTooley's Repositories
DRTooley/PythonSatSolver
A SAT solver written in Python 3.2 using three different algorithms; DPLL, Hill Climbing, and Genetic
DRTooley/Hungarian
Hungarian Rings Solver using IDA*
DRTooley/AlgorithmsReview
DRTooley/BowlingStats
Keeper of my bowling stat tracker program
DRTooley/CNF_NQueensSolver
Turns the NQueens problem into a CNF logic problem and solves
DRTooley/CollectionsOfSorts
Contains QuickSort, SelectionSort, MergeSort, and InsertionSort and produces a comparison
DRTooley/DailyProgrammer
Programs from short requirment descriptions around the internet.
DRTooley/DFA_StringSearch
Uses DFA to search long strings of characters for a particular set of characters
DRTooley/ElGamal-Crypto-Python
First commit from personal drive
DRTooley/MarkovDecisionProcess-MDP-Solver
MDP Solver to make best choices based off the the weight of each possible move.
DRTooley/Regex-CodeToHTML
Turns *.pas programs into HTML, highlighting syntax using RegEx
DRTooley/RPG_Game
A general RPG style game for a school project
DRTooley/SmartThermostat
DRTooley/Text_Minesweeper
A game of Minesweeper displayed with text in the terminal. Choose your game board size and number of bombs.