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

https://github.com/mirror4s/cs-61b

我的 CS 61B 之旅
https://github.com/mirror4s/cs-61b

algorithms-and-data-structures java junit-test

Last synced: 2 months ago
JSON representation

我的 CS 61B 之旅

Awesome Lists containing this project

README

        

---
description: 伯克利大学数据结构与算法 2018 年春季课程
---

# CS 61B 2018 Spring

## 课程简介

* [Gradescope](https://www.gradescope.com/courses/20666)
* [主页](https://sp18.datastructur.es/index.html)
* 关于伯克利往年试题的答案,可在[官方网站](https://tbp.studentorg.berkeley.edu/courses/cs/61b/)找到。
* 文章可以参见[2019](https://joshhug.gitbooks.io/hug61b/content/)年版本的(和2018差别不大但是更详细)

## 环境搭建

官方推荐使用 IDEA,不过我觉得 VS Code 也可以。环境搭建部分最重要的是需要引入普林斯顿大学提供的一系列 Jar 包。

如果使用的是 VS Code 的话,直接打开 Java 项目并在编辑器下方的 JAVA PROJECTS 的 Referenced Libraries 部分添加以下 jar 包即可(千万要注意普林斯顿 Jar 包的版本,最好是从 61B 网站下载):

{% file src=".gitbook/assets/javalib.zip" %}