VarnitGupta24 / VarnitGupta24.github.io

0 stars 0 forks source link

DataStructures Week 1 Review Ticket #2

Open VarnitGupta24 opened 2 years ago

VarnitGupta24 commented 2 years ago

Team Score - 0.85

GitHub review page that documents key learnings using code snippets- https://github.com/VarnitGupta24/datastructures/wiki/DataStructures-Week-1-review/_edit(github wiki)

GitHub review page, Replit for runtime to TT1 Challenges - https://replit.com/@VarnitGupta/DataStructureWeek1#Main.java (repl) Describe Linked Lists, Describe Java Generic T 1- One check, both are described in notes Queue Add and Delete 1 - One check for comments 1 - One check for Add, running example 2 - Two checks for Delete, one for individual implementation of Delete and one for running example Merge 2 Queues 1 - One check for comments 2 - Two checks, one for individual implementation of Merge method(s) and one for running example Build Stack and reverse Queue Order 2 - Two checks, class definition 1 - One check, comments and general purpose tester 1 - One check, reverse order test case from Queue to Stack

-2 for github pages not having nav bar

ghost commented 2 years ago

(Indi Score: 6/12 = 0.5*4) + 0.85.= 2.85/5 - Dhruv Bhatnagar -2 checks for not having everything on github pages. Describe Linked Lists, Describe Java Generic T (present, +1 check) Queue Add and Delete (+2 for add and delete, -1 check for no comments) Merge 2 Queues (+2 checks for individual implementation of Merge method(s) and one for running example, -1 for comments0 Build Stack and reverse Queue Order (+3 checks for class definition and reverse order test case from queue to stack, -1 for comments) -2 checks for using util.java