Data Structures and Algorithms (I)

Tsinghua University via Coursera

Go to Course: https://www.coursera.org/learn/data-structures-algorithms-1

Introduction

Algorithms used to solve complex problems

Principles and methods in the design and implementation of various data structures

Skills for algorithm design and performance analysis

Background on fundamental data structures and recent results

Syllabus

第零章

第一章 绪论(上)

本章内容为:绪论

第一章 绪论(下)

本章内容为:绪论

第二章 向量(上)

本章内容为:向量

第二章 向量(下)

本章内容为:向量

第三章 列表

本章内容为:列表

编程作业

Overview

By learning this course, you will get a comprehensive grasp of vector and list and the ability to use them in solving real problems. By the end of this course, you will be able to evaluate data structures and algorithms in terms of asymptotic complexity, analyze storage/time complexity of iterative/recursive algorithms, implement vector and list, understand/implement basic sorting algorithms such as Bubblesort, Insertionsort, and Selectionsort, understand/implement search algorithms such as

Skills

Problem Solving Mathematics Calculus Programming Principles Computer Programming

Reviews

One of the best courses lecturing on DSA in China.