资源列表
atm
- 日历C语言程序,可以辨别1到9999的每一天-failed to translate
liqueue
- 在Visual C++中实现: 1)创建一循环队列; 2)创建一个顺序栈; 3)利用栈和队列实现回文字符串的判定。 -failed to translate
Half-search
- 数据结构:折半查找法 数据结构:折半查找法-data struct:Binary search
Huffman-
- 对输入数据进行哈弗曼编码,对输入数据进行哈弗曼编码-The Huffman coding
BiTree
- 遍历确定二叉树:给出前序,中序遍历,可以确定后续遍历。-BiTree Traversal
eight--queens--problem
- 这是一个求解八皇后问题的 源代码,这是一种新的方式 ,非常简洁-eight queens problem
data-structure
- 有关数据结构学习的课件,包含队列,链表,数组,二叉树等。-Related data structure learning courseware, including queue, list, array, binary tree, etc.
HFM
- 一个用C写的关于huffman编码的问题的小程序。-failed to translate
joseph
- 数据结构中关于约瑟夫环的问题,是用链表实现的。-failed to translate
8queen
- 此程序用于解决8皇后问题,运行后输出8皇后问题的所有解-This program is used to solve the 8 queens problem, all solutions of 8 queens problem output operation.
expression
- 输入中缀表达式,输出后缀表达式,并计算表达式的值,输出结果。-Input the infix expression , and output the postfix expression, and calculate the value of the expression, then output the results.
queue
- 队列,依次输入要输出的字符,并进行入队操作,然后输出队列中元素-Queue, input the characters, then output all the elements in the queue
