漫游猫认证
大学如果不是计算机专业,数据结构一般都是选修课,我们学的是数据结构和算法分析,是英文的,data structures and algorithm,主要是lists,stacks,queues,trees,graph algorithm,sorting and selection algorithm。
其中最主要的是lists(线性表),stacks(栈),queues(队列)还有trees(主要二叉树,树的递归和非递归遍历)。