💿
CS61B Fall 2022
  • CS61B Fall 2022
  • Prerequisites to running the assignments.
  • Lab 01: Setting up your computer
  • Lab 02: JUnit Tests and Debugging
  • Project 0: 2048
  • Lab 03: Timing Tests and Randomized Comparison Tests
  • Lab 04: A Debugging Mystery
  • Project 1: Deques
  • HW 2: Percolation
  • Lab 07: BSTMap
  • Project 2a: NGordNet (NGrams)
  • Lab 08: HashMap
  • Project 2b: NGordNet (WordNet)
  • Lab 11: BYOW Introduction
  • Project 3 BYOW
    • Phase 1: World Generation
Powered by GitBook
On this page

Prerequisites to running the assignments.

PreviousCS61B Fall 2022NextLab 01: Setting up your computer

Last updated 1 year ago

In order to run the labs and the projects, you need to download the libraries from:

- this needs to be done for all of the labs and projects.

https://github.com/Berkeley-CS61B/library-fa22
Learn how to set up Java Libraries in IntelliJ from the official course guide