An open API service indexing awesome lists of open source software.

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

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)