This is most of my code I wrote in my CIS-122 Data Structures class. https://www.taxborn.com
  • C# 94.5%
  • HTML 3.9%
  • CSS 1.4%
  • JavaScript 0.2%
Find a file
2021-03-03 02:17:39 -06:00
02042021-PracticeProblems Add inheritence practice code 2021-02-24 19:28:22 -06:00
BreakOut add all code, not done 2021-02-21 21:30:50 -06:00
HelloWorld Remove compiled programs 2021-02-23 01:42:08 -06:00
InheritenceClass Add inheritence practice code 2021-02-24 19:28:22 -06:00
InterfaceExamples Add all code 2021-03-03 02:17:39 -06:00
InterfacesPt2 Add all code 2021-03-03 02:17:39 -06:00
MavPASS Remove compiled programs 2021-02-23 01:42:08 -06:00
MVC Move some things around and clean up unused code 2021-02-21 21:38:40 -06:00
Quiz Remove compiled programs 2021-02-23 01:42:08 -06:00
.gitignore Remove compiled programs 2021-02-23 01:42:08 -06:00
README.md Add README 2021-02-21 21:55:26 -06:00

CIS-122 - Data Structures

My freshman year at MSU, Mankato, I took CIS-122, a data structures course.

There won't be too many organizational efforts here, except for the following:

  1. Quiz - This is where the code for my quiz answers will go
  2. MavPASS - This is an extra study session "class", any code written there will go here
  3. MVC - Any code written as an MVC webapp will go here.
  4. Test - This is currently in a .gitignore, but I will post it when I finish the class.