mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 09:58:12 +08:00
Translate CS61B.md
This commit is contained in:
parent
5227ed9ab6
commit
d710d7cc57
1 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
- Offered by: UC Berkeley
|
||||
- Prerequisites: CS61A
|
||||
- Programming languages: Java
|
||||
- Difficulty:
|
||||
- Difficulty: 🌟🌟🌟
|
||||
- Class Hour: 60 hours
|
||||
|
||||
It is the second course of UC Berkeley's CS61 series. It mainly focuses on the design of data structures and algorithms as well as gives students the opportunity to be exposed to thousands of lines of engineering code and gain a preliminary understanding of software engineering through Java.
|
||||
|
|
@ -18,12 +18,13 @@ The quality of homework in this class is also unparalleled. The 14 labs will all
|
|||
In addition, there are 3 projects that give you the opportunity to be exposed to thousands of lines of engineering code and hone your Java skills in practice.
|
||||
|
||||
## Resources
|
||||
## Course Resources
|
||||
|
||||
- Homepage: <https://sp18.datastructur.es/>
|
||||
- Records: <https://sp18.datastructur.es/>, the link of each lecture is on homepage
|
||||
- Textbook: None
|
||||
- Assignments: Slightly different every year. In the spring semester of 2018, there are 14 Labs, 10 Homeworks and 3 Projects. Please refer to the course website for specific requirements.
|
||||
|
||||
## Gathered resources
|
||||
## Personal resources
|
||||
|
||||
All resources and homework implementations used by @PKUFlyingPig in taking this course are summarized in [PKUFlyingPig/CS61B - GitHub](https://github.com/PKUFlyingPig/CS61B).
|
||||
|
|
|
|||
Loading…
Reference in a new issue