SimonBrunzell / dataStructTri3

0 stars 0 forks source link

Week 1 (Lists and Loops) #2

Open SimonBrunzell opened 2 years ago

SimonBrunzell commented 2 years ago

Individual GitHub pages (2 points) GitHub page for Test Prep study, requiring 5.3, 5.4 notes and actions( See "GitHub pages actions" at the bottom of each TPT page on cspcoders). 1- One Check 5.3 1- One Check 5.4

GitHub page that documents key learnings and code snippets using GitHub and replit. InfoDB lists 1 - One Check for New Data, minimum of 4 items InfoDB loops 1- One Check For Loop running and sensible output 1- One Check While Loop running and sensible output 1- One Check Recursion running and sensible output Fibonacci - (For Fibonacci(n) print complete list 0 - n and not just the nth term) 4- Four checks: Algorithm, code with comments, Prints result, Prints Complete List, 1- One check: comments and documentation throughout

SanjayB06 commented 2 years ago

Final Score: 2.9/3.

Peer Review: 10.5/11

Graded by Sanjay.

Individual GitHub pages (2 points) GitHub page for Test Prep study, requiring 5.3, 5.4 notes and actions( See "GitHub pages actions" at the bottom of each TPT page on cspcoders). 1- One Check 5.3: 1/1 1- One Check 5.4: 1/1

GitHub page that documents key learnings and code snippets using GitHub and replit. InfoDB lists: - 0.5: Code doesn't run on replit and no embed on GitHub pages. 1 - One Check for New Data, minimum of 4 items: 1/1. Individual database with unique items InfoDB loops 1- One Check For Loop running and sensible output: 1/1 For loop runs and prints database 1- One Check While Loop running and sensible output: 1/1 While loop runs and prints database 1- One Check Recursion running and sensible output: 1/1 Recursive loop runs and prints database Fibonacci - (For Fibonacci(n) print complete list 0 - n and not just the nth term): 1/1 Full Fibonacci sequence is printed. 4- Four checks: Algorithm, code with comments, Prints result, Prints Complete List: 4/4. Comments are included. All checks passed. 1- One check: comments and documentation throughout: 1/1 comments included.