cs-self-learning/docs/编程入门/CS106B_CS106X.en.md
2022-09-21 13:06:23 +08:00

923 B

Stanford CS106B/X: Programming Abstractions in C++

Descriptions

  • Offered by: Stanford
  • Prerequisites: Computer basics(CS50/CS106A/CS61A or equivalent)
  • Programming Languages: C++
  • Difficulty: 🌟🌟
  • Class Hour: 50-70 hours

It is Stanford's advanced programming course. CS106X is more difficult and in-depth than CS106B, but the main content is similar. Based on programming assignments in C++ language, students will develop the ability to solve real-world problems through programming abstraction.It also covers some simple data structures and algorithms, but is generally not as systematic as a specialized data structures course.

Resources