wiz124 / Harry-Li-tri3-Compsci

give me an A+
0 stars 1 forks source link

Crossover grading Harry and Charlie Zhu #3

Open wiz124 opened 2 years ago

wiz124 commented 2 years ago

Github page: https://wiz124.github.io/Harry-Li-tri3-Compsci/

Team github: https://github.com/wrachel/PrimitiveApes

1855387 commented 2 years ago

Charlie Crossover grading Total score 3/4 + 1 (team) = 4/5

Individual GitHub pages (Evaluate for 12 checks) -> 9/12 -> 3/4

GitHub review page that documents key learnings using code snippets, Code snippets are prevalent within the comments Each of the 4 items below has a code snippet and described learning GitHub review page, Replit for runtime to TT1 Challenges. Describe Linked Lists, Describe Java Generic T 1/1 1- One check, both are described in notes , 1/1 they are described within the github pages. Queue Add and Delete 2/4 1 - One check for comments 1/1 has comments, on the add and delete 1 - One check for Add, running example 1/1, within the running code 2 - Two checks for Delete, one for individual implementation of Delete and one for running example 0/2, delete isn't within his code Merge 2 Queues 3/3 1 - One check for comments 1/1, Harry's code has comments within the code. 2 - Two checks, one for individual implementation of Merge method(s) and one for running example. The merge methods work on the replit. Build Stack and reverse Queue Order 2 - Two checks, class definition 2/2 1 - One check, comments and general purpose tester, Harry's has comments on the tester 1 - One check, reverse order test case from Queue to Stack, the reverse order test case works.