Skip to content

C++ data structures coursework with emphasis on problem solving, correctness, and performance fundamentals.

Notifications You must be signed in to change notification settings

Dj-messup/CS2-cegomes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2-gomes

Coursework repository for CS2 labs and programming practice. Each lab folder includes the code and any supporting notes.

Labs

Lab 1 — Game of Life

  • Date: 09/18/24
  • Notes: Completed with help from classmates. The solution works, but the code organization could have been cleaner. This lab reinforced the value of refactoring and doing a final cleanup pass before submitting.

Lab 2 — Point Distance

  • Date: 08/16/24
  • Notes: My first version returned the squared distance instead of the true distance. This lab was a good reminder to match problem requirements and expected outputs (using sqrt(dx*dx + dy*dy) when required).

Lab 3 — Fraction Calculator

  • Date: 10/07/24
  • Notes: Completed and submitted in D2L (screenshot submission).

Lab 4 — Doubly Linked List

  • Date: 11/11/24
  • Notes: Completed and submitted in D2L (screenshot submission).

Lab 5 — BST

  • Date: 11/11/24
  • Notes: Completed and submitted in D2L (screenshot submission).

About

C++ data structures coursework with emphasis on problem solving, correctness, and performance fundamentals.

Topics

Resources

Stars

Watchers

Forks