ios Summary of basic knowledge of data structure and algorithm February 6, 2024 by Anne Anderson No Comments 1. Data structure and algorithm basis # 01– Data structure and algorithm basics Two, the design of linear table # 01– Sequential storage of linear tables # 01– One-way linked lists # 02– One-way circular linked list # 03– Bidirectional linked lists # 03– Bidirectional circular linked lists # 03– Summary of chain structure knowledge # 04– Chain structure algorithm # 05– Stack sequential storage # 05– Chain implementation of stack # 06– Sequential implementation of queues # 06– Chained implementation of queues # 07– Examples of sequential structure algorithm problems Trees and binary trees # 08– Tree basics # 08– Sequential storage of binary trees # 08– Chain implementation of binary trees # 09– Cueing binary trees for applications of binary trees Four, # 10– Storage of graphs and graphs