ChiefGuap / Trimester3DataScurtures

This is my individual Java Project for Trimester 3, preparing for the AP Exam, and learning Data Scructures
0 stars 0 forks source link

Week 1: Review Ticket #2

Open ChiefGuap opened 2 years ago

ChiefGuap commented 2 years ago

Overview for week 1 grading

ChiefGuap.github.io

Total Individual Score: 10.5/12 = 3.5/4 Total Team Score: 1/1 Total Score: 4.5/5

iskapoor commented 2 years ago

Total Individual Score: 10.5/12 = 3.5/4 Total Team Score: 1/1 Total Score: 4.5/5

-0 Everything on GitHub pages, or -2 checks. Individual GitHub pages (Evaluate for 10 checks)

GitHub review page that documents key learnings using code snippets Each of the 4 items below has a code snippet and described learning

GitHub review page, Replit for the runtime to TT1 Challenges. Describe Linked Lists, Describe Java Generic T 0.5/1- One check, both are described in notes no Java Generic T Queue Add and Delete 1/1 - One check for comments 1/1 - One check for Add, running example 2/2 - Two checks for Delete, one for individual implementation of Delete and one for running example Merge 2 Queues 1/1 - One check for comments 2/2 - Two checks, one for individual implementation of Merge method(s) and one for running example Build Stack and reverse Queue Order 1/2 - Two checks, class definition -- no reverse queue order 1/1 - One check, comments and general purpose tester 1/1 - One check, reverse order test case from Queue to Stack (edited)