Summary of the content

  • Algorithms and data structures, relearning causes
  • Algorithms and Data Structures – Comb summary maps
  • The learning

Algorithms and data structures, relearning causes

Cause: although the studied algorithm during the university, just began to learn basic sorting algorithms, data structure was fine, but behind the study, quick sort, binary search, two-way chain table, circular linked list, and all kinds of trees, began to hold, don’t think too complicated and too difficult to learn, to learn is quite poor, also basic almost forgotten now. Front-end time to see teacher Bobo’s article, mentioned that the algorithm is not difficult in the legend, said quite simple. Therefore, I relearned the algorithm and data structure, reviewed the knowledge points, sorted out and summarized the following map, hoping to help some people.

Algorithms and Data Structures – Learn note mapping

The learning

  1. To learn a piece of knowledge, you need to digest it as you understand it, and then export it
  2. Learn a lesson: Use a mind map to make a picture. One: let oneself very intuitive see the relationship between knowledge points, two: convenient knowledge points of memory, three: in the future according to the diagram quickly comprehensive review of knowledge points.

reference

  • Algorithms and Data structure systems: covers 0-5 years of job interviews
  • The complexity of the various trees
  • BFS is used in sequence traversal and shortest path problems
  • Ten common sorting algorithm ideas, application scenarios, C++ code implementation and time efficiency intuitive comparison
  • Ten Classic Sorting algorithms (GIF demo)
  • Data structure graphic analysis series

Above: If you find any problems, welcome to point out the message, I timely correction