Data Structures and Algorithms (II)

Go to class
Write Review

Free Online Course: Data Structures and Algorithms (II) provided by Coursera is a comprehensive online course, which lasts for 6 weeks long, 37 hours worth of material. The course is taught in Chinese and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Data Structures and Algorithms (II) is taught by Junhui Deng.

Overview
  • By learning this course, you will get a comprehensive grasp of stack, queue, binary tree, graph and BST structures and algorithms, as well as their applications. By the end of this course, you will be able to understand and implement stack, queue and binary tree, use binary trees to solve problems such Huffman encoding, understand and implement the graph structure as well as related algorithms such BFS, DFS and PFS, understand and implement AVL tree.

    通过学习本课程,你将全面了解栈、队列、二叉树、图和二叉搜索树结构、算法及其应用。 在本课程结束时,你将能够理解和实现栈、队列和二叉树,使用二叉树解决霍夫曼编码等问题,理解并实现图结构以及相关算法(例如BFS,DFS和PFS),理解并实现AVL树。

Syllabus
    • 第零章
    • 第四章 栈与队列
      • 本章内容为:栈与队列
    • 第五章 二叉树
      • 本章内容为:二叉树
    • 第六章 图
      • 本章内容为:图
    • 第七章 二叉搜索树
      • 本章内容为:二叉搜索树
    • 编程作业