Pinned Repositories
AVL-tree
CS442-TermProject
Final Project for CS442
Escape-Room
Project for CS 320 -
feb28
Foogal_Thuowrp
KevinMKinney.github.io
MapGame
Procedural_Generation
Stuff
WSU-CPU-Scheduling
WSU student code for some cpu scheduling algorithms
KevinMKinney's Repositories
KevinMKinney/KevinMKinney.github.io
KevinMKinney/WSU-CPU-Scheduling
WSU student code for some cpu scheduling algorithms
KevinMKinney/WSU-ASCII-Art
WSU student code with simple ASCII art
KevinMKinney/WSU-Backup
WSU student code for backing up files and directories
KevinMKinney/WSU-BF-Interpreter
WSU student code that is an interpreter for the "Brainfuck" programming language
KevinMKinney/WSU-Ceaser-Cipher
WSU student code for a Ceasar cipher encoder and decoder
KevinMKinney/WSU-Connect4
WSU student code for playing connect4
KevinMKinney/WSU-csp
WSU student code for a constraint satisfaction problem
KevinMKinney/WSU-Dining-Philosophers-Mutex
WSU student code for the dining philosopher problem with mutexes
KevinMKinney/WSU-Dining-Philosophers-Semaphore
WSU student code for the dining philosopher problem with semaphores
KevinMKinney/WSU-fibonacci
WSU student code with to calculate the Nth number in the Fibonacci sequence
KevinMKinney/WSU-Forth-Interpreter
WSU student code for a Haskell interpreter for the "Forth" programming language
KevinMKinney/WSU-Frequency
WSU student code
KevinMKinney/WSU-ftp
WSU student code with a ftp server and client
KevinMKinney/WSU-High-Scores
WSU student code for ordering scores with qsort or heapsort
KevinMKinney/WSU-Knapsack
WSU student code for the knapsack problem
KevinMKinney/WSU-Matrix-Determinate
WSU student code for calculating the determinate of a matrix using Laplace expansion and Gaussian elimination
KevinMKinney/WSU-MiniUtilities
WSU student code that does what the cat, sed, and uniq commands do
KevinMKinney/WSU-Page-Replacement
WSU student code for some page replacement algorithms
KevinMKinney/WSU-Path-Finding
WSU student code for path finding using heap sort
KevinMKinney/WSU-Pipe
WSU student code for doing what the pipe command does
KevinMKinney/WSU-Radix-Trie
WSU student code for a radix trie
KevinMKinney/WSU-Readable
WSU student code for checking if files can be read
KevinMKinney/WSU-Regular-Expression-Engine
WSU student code for a regular expression engine
KevinMKinney/WSU-scapegoat
WSU student code with a scapegoat tree
KevinMKinney/WSU-Six-Degrees-Wiki
WSU student code that uses web scraping to find the wiki page for Star Wars from a random wiki page within 6 links
KevinMKinney/WSU-Thread-Sort
WSU student code for some sorting algorithms using threads
KevinMKinney/WSU-TicTacToe
WSU student code for tictactoe
KevinMKinney/WSU-Word-Finder
WSU student code for finding a word in a dictionary
KevinMKinney/WSU-Word-Pair-Frequency
WSU student code for getting the most common word pairs in a file (some code written by the professor)