Name: Game of Life Date: 09/18/24 Grade: 31.5/35 Notes: I was not going to submit it because my code was ALL OVER THE PLACE, I worked on it with a couple of my friends and it definetly showed the contrasting ideas and forgot to clean it up for final review/grade.
Name: Point Distance Date: 08/16/24 Grade: B Notes: Your distance between points is the squared distance but typically you'll then take and return the sqrt(dx^2 + dy^2). Your code will calculated the squared distance however the test cases do not work because I check based on the distance.
Name: Fraction Calculator Date: 10/07/24 Grade: N/A Notes: Completed and submitted screenshot in D2l
Name: Doubly Linked List Date: 11/11/24 Grade: N/A Notes: Completed and submitted screenshot in D2l
Name: BST Date: 11/11/24 Grade: N/A Notes: Completed and submitted screenshot in D2l