A data structure refers to a collection of data elements that have one or more specific relationships with each other. Under normal circumstances, carefully selected data structures can bring higher operating or storage efficiency. Data structures are often related to efficient retrieval algorithms and indexing technologies. This tutorial is from the shallower to the deeper and is super detailed. It is suitable for self-study, classroom teaching and after-class review and examination. Shanghai Jiao Tong University's algorithm and data structure video tutorial is taught by teacher Tan Xiaohong. Basically, no key points and difficulties are missed. The main contents of this course include: basic concepts related to data structure, basic operations and applications of linear tables, and the definition and application of stacks and queues. Basic operations, string pattern matching algorithms, basic concepts and algorithm implementations related to binary trees, graph storage structures and algorithms, and various search and sorting algorithms, etc.
Total of 29 lessons1 days and 10 hours and 20 seconds
This course will lead us to learn based on the idea of "algorithm + data structure = program" and be guided by problem solving. I hope it can help everyone improve their theory, abstraction, and design abilities. On the basis of solid classical theory, use problem abstraction, data abstraction, and algorithm abstraction to analyze problems, and apply appropriate data structures and algorithms to design and implement corresponding programs. Through course study, your abstract thinking ability and problem-solving ability will be greatly improved, and your programming ability and code quality will make a qualitative leap!
Total of 53 lessons12 hours and 52 minutes and 52 seconds