Liu Jiaying 老师的公开课

C++ Programming | C++程序设计 (EdxArchive) 0 个评论 关注

主页: https://www.edx.org/archive/c-programming-ccheng-xu-she-ji-pekingx-04831750-1x

简介:

本课程讲授C++程序设计有关的概念和语法,使得学生能够使用C++语言,以面向对象的方法编写可维护性、可扩充性好的,较大规模的程序。

 

This course will introduce the fundamental concept and syntax of C++ programming. After finishing this course, students will be able to write maintainable, extendable and large scale programs in an object oriented way.

Fundamental Algorithms | 算法基础 (EdxArchive) 0 个评论 关注

主页: https://www.edx.org/archive/fundamental-algorithms-suan-fa-ji-chu-pekingx-04831750-2x

简介:

算法基础 | Fundamental Algorithms (EdxArchive) 0 个评论 关注

主页: https://www.edx.org/archive/suan-fa-ji-chu-fundamental-algorithms-pekingx-04831750-2x

简介: 本课程内容程涵盖枚举、二分、贪心、递归、深度优先搜索、广度优先搜索、动态规划等基本算法。

This course covers some fundamental algorithms, including enumeration, binary search, greedy, recursion, DFS, BFS, and dynamic programming.