https://github.com/berkeley-cs61b/lecturecode-sp15
Code developed in lecture. Starter code if you want to try to do what I did.
https://github.com/berkeley-cs61b/lecturecode-sp15
Last synced: about 1 year ago
JSON representation
Code developed in lecture. Starter code if you want to try to do what I did.
- Host: GitHub
- URL: https://github.com/berkeley-cs61b/lecturecode-sp15
- Owner: Berkeley-CS61B
- Created: 2015-01-22T21:22:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T17:45:02.000Z (over 10 years ago)
- Last Synced: 2023-10-20T18:12:34.598Z (over 2 years ago)
- Language: Java
- Size: 1.97 MB
- Stars: 38
- Watchers: 25
- Forks: 59
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How Lecture Code Works
======
In each folder there will be folders including some subset of:
/live1
/live2
/examples
/exercises
With the following contents:
- live1: Code developed during 11 AM lecture.
- live2: Code developed during 2 PM lecture.
- examples: Example code that you might find useful.
- exercises: Exercises that you might consider doing in order to gain a deeper understanding.