Pinned Repositories
bfs
Breadth-first search demonstration
BinarySearchApp
Binary search demonstration
BracketsApp
Checks file for closing brackets
C_QuickSort
Quicksort implemented in C.
cbl_fact
factorial in cobol
currentSongFinder
finds current playing song and writes to text file for twitch streamers
electron-todo
todo app made with electron, ionic and react
mwilson1992.github.io
compiled resume website
resume_website
resume website uncompiled source code
Sudoku
Simple Sudoku solver.
mwilson1992's Repositories
mwilson1992/electron-todo
todo app made with electron, ionic and react
mwilson1992/mwilson1992.github.io
compiled resume website
mwilson1992/resume_website
resume website uncompiled source code
mwilson1992/cbl_fact
factorial in cobol
mwilson1992/currentSongFinder
finds current playing song and writes to text file for twitch streamers
mwilson1992/Sudoku
Simple Sudoku solver.
mwilson1992/cbl_fib
fibonacci
mwilson1992/Cpp_pointer
Testing pointers. My school mainly taught java so I'm teaching myself about pointers.
mwilson1992/CppInsertionSort
Learning C++ my implementing known algorithms
mwilson1992/CppLinkedList
Playing with Linked Lists
mwilson1992/CStack
Practice with Stacks in C++
mwilson1992/E3.1GCD
sets the array to 1 if the GCD of i and j is 1 and to 0 otherwise
mwilson1992/Euclid
Euclid alg in C++
mwilson1992/Josephus
Uses linked lists to solve the josephus problem.
mwilson1992/LinkedListStack
Stack using Linked Lists in C++
mwilson1992/mstw
Weighted Minimum Spanning Tree
mwilson1992/PathApp
mwilson1992/Pie
Server Client pi calculator with multi threading
mwilson1992/Prime
Checks if number is a prime number.
mwilson1992/PrimeCplusplus
Calculates prime numbers
mwilson1992/RecursiveArray
practice problem - use recursion to print array backwards
mwilson1992/RecursivePowers
Does powers recursively
mwilson1992/rmi
Client-Server interface test
mwilson1992/ScanParse
Scanner and Parser Demo
mwilson1992/ServerClient
Server Client
mwilson1992/sml_TOH
tower of hanoi in SML
mwilson1992/Sorts
Times different sorting algorithms
mwilson1992/TeamProject
Terminal with commands
mwilson1992/UDP
Client-Server datagram UDP
mwilson1992/Voter
Server-Client voting system with interface