资源列表
VCPP-sort
- 收集了大量的C++排序算法源码,有需要的可以下载-Collection of a large number of C++ sort algorithm source code, there is a need to download
Array
- 数据结构的思想,模块化编程,实现数组的动态创建,增加元素,删除元素,遍历数组等等功能。-Thinking, modular programming data structures, dynamic creation of the array, add elements, remove elements, through the array and more.
List
- 数据结构的核心一定要学好链表,链表的是用动态分配内存的方式,在节点之间进行操作的,本程序主要由链表的初始化,增删查改等功能。-Core data structure must learn the list, the list is dynamically allocates memory between nodes operate, the program mainly by the initialization list of additions and deletions to change
queen_list
- 近期学习数据结构,学习了队列的思想,队列的存储主要是先进先出的原则,程序实现了队列的创建,以及出队和入队的一些常用算法。-Recent study data structure, study the idea of the queue, the queue memory is mainly the FIFO principle, the program enables the creation of queues, and some commonly used algorithms and th
Personal-Address-Book-Management
- 可以实现个人通讯录的简单管理,包括添加,查找,删除联系人信息的C语言源代码-You can implement simple management of personal contacts, including add, find, delete contact information of C language source code
222
- 创建二叉树和实现二叉树的三种遍历 根据提示输入字符型数据创建二叉树,输入值为所有字符型数据 输出为遍历后的每个结点的值的顺序 创建二叉树并能实现二叉树的先序、中序、后序遍历 -Create a binary tree and binary tree traversal three Create a binary input is all character data prompted, enter the character data The output value o
huiwen
- vc++代码,判断一个链表中是否是回文链表,比如元素为abcba,1234321的链表是回文链表。-Vc++ code, determine whether the palindrome list is a list, such as the elements of abcba, 1234321 of the list is a palindrome list.
paixuzhuanpinghengerchashu
- 将排序转为平衡二叉树,简化排序,方便运用数组-the code is useful,but my english is not well,so sorry
stack_use
- 用代码创建一个堆栈,在堆栈中压入数据,弹出数据-Create a stack code, data pushed on the stack, pop-up data
queue_use
- 队列的创建及相关的处理,在队列中插入数据、删除、拼接等-Create and related processing queue, insert data in the queue, delete, stitching
moshipipei
- 模式匹配,在一段链表中匹配出某一小段字符,找到相应位置-Pattern matching, matching the period of a short list of characters, find the corresponding position
linklists_use
- 对单链表的创建,对单链表进行插入、删除、调整等操作-To create a single list of single list insert, delete, adjustment operations