Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.74 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.74 KB

cs61b-sp21

study notes of ucb cs61b-sp21 data structure and algorithm

2024/10/10

  • Finished lab2
  • time cost: 3h
  • submission record: submitted at gradescope, with course code provided by UC Berkeley, thanks for knowledge sharing!

gradescope

2024/08/06

  • Finished project0:2048
  • time cost: 13h
  • time cost
  • submission record: submitted at gradescope, with course code provided by UC Berkeley, thanks for knowledge sharing!
  • gradescope``submission
  • full grade get

final result

- Project0_2048`

game picture

`oops, just found the 'maxscore' didn't update, although the code has passed all the tests.

maxScore function works!

update, modified score and maxScore funtions

game over record!

update, misunderstood the game score rule, actually the first submission is right, the maxScore only displayed at the moment of game over.(maybe this is coding 🐛 😭 😃 ). - time cost total for cs61b (up to now):36h

time cost for 61b

2024/08/01

  • Finished lab1,
    • time cost:1.3h
    • changes from sp21 need to notice: command for git push git push origin **master** changed into git push origin **main**