搜索资源列表
-
0下载:
数据结构是计算机学科的一门核心课程。数据结构课程的
任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存
储结构以及实现各种操作的算法等问题。掌握如何组织数据、
如何存储数据和如何处理数据的基本方法,从而更好地进行软
件开发和应用。
典型数据结构包括表、堆栈、队列、数组、串、树、二叉
树、图、递归程序设计、排序和查找方法,介绍的典型存储结
构包括顺序存储结构、链式存储结构以及这两种典型存储结构
的结合。本速查器采用C语言作为算法描述语言,所有算法和
设计
-
-
0下载:
基于数组的栈的实现,可以完成数据的插入,查找,删除等基本操作。-Array-based stack implementation, the data can be done to insert, search, delete and other basic operations.
-
-
0下载:
栈,用数组实现,包括对栈的初始化,入栈,出栈,查看,-Stack, with the array implementation, including the initialization of the stack, stack, stack, view,
-
-
0下载:
用C++写的栈的实现算法,比较好用。其中的栈用两种方法实现,一个是顺序栈,用动态数组实现的;另一个是链式栈,用链表实现的。-Written by C++ stack algorithm, relatively easy to use. Stack them in two ways, one is the order of the stack, with a dynamic array implementations Another is a chain stack, using a linke
-