Translate CS61B.md

This commit is contained in:
tangfqj 2022-09-18 14:33:28 +08:00
parent 5227ed9ab6
commit d710d7cc57

View file

@ -5,7 +5,7 @@
- Offered by: UC Berkeley - Offered by: UC Berkeley
- Prerequisites: CS61A - Prerequisites: CS61A
- Programming languages: Java - Programming languages: Java
- Difficulty: - Difficulty: 🌟🌟🌟
- Class Hour: 60 hours - 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. 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. 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 ## Resources
## Course Resources
- Homepage: <https://sp18.datastructur.es/> - Homepage: <https://sp18.datastructur.es/>
- Records: <https://sp18.datastructur.es/>, the link of each lecture is on homepage - Records: <https://sp18.datastructur.es/>, the link of each lecture is on homepage
- Textbook: None - 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. - 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). All resources and homework implementations used by @PKUFlyingPig in taking this course are summarized in [PKUFlyingPig/CS61B - GitHub](https://github.com/PKUFlyingPig/CS61B).