全站数据
8 4 2 0 5 8 1

一般大学里面数据结构都学多久

学习最有道 | 教育先行,筑梦人生!         
问题更新日期:2024-06-19 05:00:01

问题描述

一般大学里面数据结构都学多久,在线求解答
精选答案
最佳答案

大学如果不是计算机专业,数据结构一般都是选修课,我们学的是数据结构和算法分析,是英文的,data structures and algorithm,主要是lists,stacks,queues,trees,graph algorithm,sorting and selection algorithm。

其中最主要的是lists(线性表),stacks(栈),queues(队列)还有trees(主要二叉树,树的递归和非递归遍历)。