My data structure learning directory

Data structure source code implementation

During the postgraduate entrance examination

1- Time complexity analysis

During the sophomore year-C language implementation

  1. Introduction to Data Structure
  2. Time complexity analysis
  3. Linear list-array + singly linked list + static linked list + circular linked list + circular linked list
  4. Generalized table
  5. Stack ADT+ implementation
  6. Queue ADT+ implementation
  7. Array (matrix) + ADT + code implementation
  8. Tree concept + ADT + binary tree implementation

This is a summary of someone else's data structure and algorithm Series

Binary tree

The establishment of binary tree

Binary Sort Tree

Guess you like

Origin blog.csdn.net/qq_40479037/article/details/107167146