Pinned Repositories
doubly-linked-list-stl
This program was written for my Algorithm Analysis and Data Structures class. It is a reverse engineered doubly-linked list class written in C++ that mimics the stl doubly-linked list class
find-prereqs-code
Given the courses needed for graduation and their prerequisites, create a list of courses in an order that will allow the student to progress successfully. This code uses an array of linked lists of structs as well as a hash table.
PHP-scheduling-tool
web-crawler
Finite-State-Machine
This program is written in C++ and serves as a "compiler" for a mini pseudo-language. It utilizes a Finite State Table and an action table.
Python-Flight-Data-Selector
notes
HTTP Sequence Diagram
sadakc2.github.io
scarletoakdecor-website
Website for Scarlet Oak Decor
scarletoakdecor.github.io
scarlet oak decor react app
sadakc2's Repositories
sadakc2/scarletoakdecor.github.io
scarlet oak decor react app
sadakc2/scarletoakdecor-website
Website for Scarlet Oak Decor
sadakc2/sadakc2.github.io
sadakc2/notes
HTTP Sequence Diagram
sadakc2/Python-Flight-Data-Selector
sadakc2/Finite-State-Machine
This program is written in C++ and serves as a "compiler" for a mini pseudo-language. It utilizes a Finite State Table and an action table.
sadakc2/PHP-scheduling-tool
sadakc2/vertical-histogram
sadakc2/web-crawler
sadakc2/find-prereqs-code
Given the courses needed for graduation and their prerequisites, create a list of courses in an order that will allow the student to progress successfully. This code uses an array of linked lists of structs as well as a hash table.
sadakc2/sorting-project
This repository includes four programs, one for each sort I wrote. The purpose of these four programs was to compare the sort times for searches with different Big Os. Requires a file called /home/win.thackerw/271/sort.dat with different strings to be sorted.
sadakc2/doubly-linked-list-stl
This program was written for my Algorithm Analysis and Data Structures class. It is a reverse engineered doubly-linked list class written in C++ that mimics the stl doubly-linked list class