Current location - Education and Training Encyclopedia - University ranking - What did you learn in the data structure course in the university? Please give an example.
What did you learn in the data structure course in the university? Please give an example.
If the university is not a computer major, data structure is generally an elective course. We learn data structure and algorithm analysis in English, mainly linked list, stack, queue, tree, graph algorithm, sorting and selection algorithm.

The most important ones are linked list (linear table), stack (stack), queue (queue) and tree (recursive and non-recursive traversal of main binary tree and tree).