https://github.com/stackman27/cs61b
UCB 61b fall 2019 data structure
https://github.com/stackman27/cs61b
Last synced: 5 months ago
JSON representation
UCB 61b fall 2019 data structure
- Host: GitHub
- URL: https://github.com/stackman27/cs61b
- Owner: stackman27
- Created: 2020-03-08T00:58:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T08:39:25.000Z (over 6 years ago)
- Last Synced: 2025-02-05T02:44:30.663Z (over 1 year ago)
- Size: 555 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## UCB CS61b fall 2019
*This repostory store all code of hws/labs/projects of UCB CS61b fall 2019. In detail:*
### **HW**
- [HW0: A Few Java Exercises](hw0)
- [HW1: JUnit testing, basic syntax, and linked lists](hw1)
- [HW2: Arrays and Lists of Lists](hw2)
- [HW3: OOP, Interfaces, and Inheritance](hw3)
- [HW4: Scanners and Patterns](hw4)
- [HW5: Bit Operations, Asymptotic Analysis](hw5)
- [HW6: Searching: BSTs, Ranges, and Hashing](hw6)
- [HW7: Sorting and Searching](hw7)
- [HW8: Graphs](hw8)
### **Lab**
- [Lab 2: Git, IntelliJ, and IntLists](lab2)
- [Lab 3: IntDLists and Debugging](lab3)
- [Lab 5: Collections, Iterators, and Iterables](lab5)
- [Lab 7: Asymptotic Analysis](lab7)
- [Lab 9: Heaps and Priority Queues](lab9)
- [Lab 10: Debugging: The Sequel](lab10)
### **Project**
- [Project 0: Signpost](proj0)
- [Project 1: The Enigma](proj1)
- [Project 2: Tablut](proj2)
- [Project 3: Gitlet](proj3)