Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxrjun/cs61b-sp21
📖 Self-study of CS61B, the CS course (Data Structures, Spring 2021) at UC Berkeley by Josh Hug.
https://github.com/xxrjun/cs61b-sp21
cs61b cs61b-sp21 data-structures java
Last synced: about 2 months ago
JSON representation
📖 Self-study of CS61B, the CS course (Data Structures, Spring 2021) at UC Berkeley by Josh Hug.
- Host: GitHub
- URL: https://github.com/xxrjun/cs61b-sp21
- Owner: xxrjun
- Created: 2022-07-10T06:12:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T13:58:07.000Z (about 2 years ago)
- Last Synced: 2024-10-12T20:05:34.182Z (3 months ago)
- Topics: cs61b, cs61b-sp21, data-structures, java
- Language: Java
- Homepage: https://sp21.datastructur.es/
- Size: 613 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS 61B Data Structures Spring 2021
Start this course from 2022/08/01.
Temporarily stop in 2022/09/09 cause the heavy loading from my junior year.
Coming back soon in winter vacation!Thanks for Josh Hug and TAs!
## Getting Started
Course Link: [CS61B Sp21](https://sp21.datastructur.es/)
Skeleton Code:[Berkeley-CS61B/skeleton-sp21](https://github.com/Berkeley-CS61B/skeleton-sp21)
| AUTOGRADER | [Gradescope](https://www.gradescope.com/) |
| ----------- | ----------------------------------------------------- |
| COURSE CODE | Spring 2018 : **MNXYKX**
Spring 2021 : **MB7ZPY** |
| SCHOOL | **UC Berkeley** |
| EMAIL | _Your Email_ |
| NAME | _Your Name_ |
| STUDENT ID | _Just fill in what you want_ |## Assignments
### Projects
| PROJECT | DEMO | CODE | DATE | STATUS | AUTOGRADER SCORE |
| ------------------------------------------------------------------------------------------------ | :--------------------------------------------------: | :-----------------------: | :------: | :----------------: | :-----------------: |
| [Project 0: 2048](https://sp21.datastructur.es/materials/proj/proj0/proj0) | [video](https://www.youtube.com/watch?v=6Jsv1mstx2I) | [:link: link](./proj0/) | 22/08/01 | :white_check_mark: | **_640.0 / 640.0_** |
| [Project 1: Data Structures](https://sp21.datastructur.es/materials/proj/proj1/proj1) | | [:link: link](./proj1/) | 22/09/02 | :white_check_mark: | **_640.0 / 640.0_** |
| [Project 1 Extra Credit: Autograding](https://sp21.datastructur.es/materials/proj/proj1/proj1ec) | | [:link: link](./proj1ec/) | 22/09/03 | :white_check_mark: | **_32.0 / 32.0_** |
| [Project 2: Gitlet](https://sp21.datastructur.es/materials/proj/proj2/proj2) | | | | | |
| [Project 3: Game Sharing](https://sp21.datastructur.es/materials/proj/proj3/proj3) | | | | | |### Labs
| LAB | CODE | DATE | STATUS | AUTOGRADER SCORE |
| ----------------------------------------------------------------------------------------------------------- | :--------------------: | :------: | :----------------: | :---------------: |
| [Lab 1: IntelliJ, Java, git](https://sp21.datastructur.es/materials/lab/lab1/lab1) | [:link: link](./lab1/) | 22/08/09 | :white_check_mark: | **_32.0 / 32.0_** |
| [Lab 2: JUnit Tests and Debugging](https://sp21.datastructur.es/materials/lab/lab2/lab2) | [:link: link](./lab2/) | 22/08/09 | :white_check_mark: | **_64.0 / 64.0_** |
| [Lab 3: Timing Tests and Randomized Comparison Tests](https://sp21.datastructur.es/materials/lab/lab3/lab3) | [:link: link](./lab3/) | 22/08/30 | :white_check_mark: | **_64.0 / 64.0_** |
| [Lab 4: Git and Debugging](https://sp21.datastructur.es/materials/lab/lab4/lab4) | [:link: link](./lab4/) | 22/09/03 | :white_check_mark: | **_32.0 / 32.0_** |
| [Lab 5: Project 1 Peer Code Review](https://sp21.datastructur.es/materials/lab/lab5/lab5) | [:link: link](./lab5/) | 22/09/05 | :white_check_mark: | **_NONE_** |
| [Lab 6: Getting Started on Project 2](https://sp21.datastructur.es/materials/lab/lab6/lab6) | [:link: link](./lab6/) | 22/09/05 | :white_check_mark: | **_64.0 / 64.0_** |
| [Lab 7: BSTMap](https://sp21.datastructur.es/materials/lab/lab7/lab7) | [:link: link](./lab7/) | 22/09/09 | :white_check_mark: | **_64.0 / 64.0_** |
| [Lab 8: HashMap](https://sp21.datastructur.es/materials/lab/lab8/lab8) | | | | |## Autograder Dashboard
Getting **_ALL TEST PASSED_** even some labs' or projects' final score was multiplied by 2.00 since some assignments doesn't require
total perfection for full credit. Also finished almost all optional exercises.| NAME | STATUS | SCORE |
| ------------------------------------ | :----------------: | :-----------------: |
| Lab 1: Welcome to Java | :white_check_mark: | **_32.0 / 32.0_** |
| Lab 2: Debugging | :white_check_mark: | **_64.0 / 64.0_** |
| Lab 3: Randomized Testing and Timing | :white_check_mark: | **_64.0 / 64.0_** |
| Lab 4: Debugging | :white_check_mark: | **_32.0 / 32.0_** |
| Lab 4A: Git Exercise Part A | :white_check_mark: | **_16.0 / 16.0_** |
| Lab 4B: Git Exercise Part B | :white_check_mark: | **_16.0 / 16.0_** |
| Lab 6: Getting Started on Project 2 | :white_check_mark: | **_64.0 / 64.0_** |
| Lab 7: BST Map | :white_check_mark: | **_64.0 / 64.0_** |
| Lab 8: Hash Map | | |
| Lab 12: Getting Started on Project 3 | | |
| HW2: Conceptual Review | | |
| Project 0: 2048 | :white_check_mark: | **_640.0 / 640.0_** |
| Project 1: Checkpoint | :white_check_mark: | **_16.0 / 16.0_** |
| Project 1: Data Structures | :white_check_mark: | **_640.0 / 640.0_** |
| Project 1: Data Structures EC | :white_check_mark: | **_32.0 / 32.0_** |
| Project 2: Gitlet (Checkpoint) | | |
| Project 2: Gitlet | | |
| Project 3 Part I: World Generation | | |
| Project 3 Part II: Interactivity | | |