资源列表
a
- 基于二叉链表存储结构实现二叉树的基本运算,要求: ⑴能建立非空二叉树; ⑵实现二叉树的先、中、后序递归遍历算法; ⑶实现二叉树的非递归的先(或中、或后)序遍历算法及层序遍历算法; ⑷记录运行结果并对递归算法和非递归算法的效率加以分析。 -List storage structure based on binary binary tree of basic operations, require: ⑴ to establish a non-empty binary tree
200630690214
- 关于五子棋的人工智能,可以实现五子棋代码对战,算法比较简单,很容易看懂
pinghengerchashu
- 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 - Balanced binary tree data structure is a very important concept. Its binary tree query optimization and improve efficiency has an important role, it is a dynamic search
textedit
- 一个简单的文本编辑小程序,可以实现添加、删除、插入、搜索等功能,运用数据结构。-A simple text editor small program, and can realize add, delete, insert, search, and other functions, using data structure.
traverse-BT
- C++实现二叉树的遍历,数据结构,二叉树,遍历,前序遍历,中序遍历,后序遍历-C++ achieve binary tree traversal, data structures, binary tree traversal, preorder traversal, preorder, postorder
MinHeap
- 最小堆,实现相关函数 结构是线性,逻辑是树-Minimum heap structure to achieve correlation function is linear, logic tree
lianbiaoshiyongfangfa
- 这是一道链表经典例题,对于正在学习C++的同学来说是一份相当好的资料哦,喜欢就下载吧,没有关系的,亲!-This list is a classic example, is for students to learn C++ is a very good information Oh, like to download it, not related to pro!
Garwick
- 这个课程项目完成了一个修改版的Garwick存储结构与查询设计。给定了一组数值, 如何以一定概率分布存储到表(table)中,然后再根据最大效率利用内存的原理(garwick规则),动态更新数据存储情况。-This course project has finished a modified version of Garwick algorithm. At first, a group of data is given then they are saved into the table wi
shujujiegou
- 数据结构链表实现!!! !!! !!! !!! 1-Linked list data structure to achieve!!!
SingleKey
- DES 对称加密源码实例,加密算法可以是DES,DESede,Blowfish等,选择DES算法,密钥长度必须为56位,用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥,用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥-DES symmetric encryption source code examples
2
- 数据结构,加减法以及乘法的实现,这是对表达式求值的过程-Data structure, add and subtract, and multiply the realization that this is the process of evaluation of expressions
nuaa1507_DancingLink_trackback.cpp
- 高德纳发明的高效数据结构dancing link,这里是解重复覆盖问题的一个演示-Donald Knuth invented efficient data structure dancing link, here is the solution to repeat coverage of a demonstration
