资源列表
LL
- comprehensive linked list programs which has all basic functions like insert, print and linked list reversal for developing basic understanding of linked lists
TRIAL
- as simple program which reverses k alternate nodes of a singly linked list by using an efficient algorithm.
PALIN
- a simple program to check if the given program is a palindrome or not and if it is then inform the user who entered the string as input.
binaryHeap
- 二叉堆的模板类,实现基本功能以及一些拓展功能-the template code of Binary Heap
REINAS-NUEVO
- Solution to the 8 queen problem using genetic algorithms in c-Solution to the 8 queen problem using genetic algorithms in c++
searchanddelete
- 用不带表头的单链表实现查找和删除并输入和输出链表中的元素 -Find and delete elements in the linked list, and input and output with a single linked list without header
Graph_Operation
- 实现了数据结构中图的所有操作,是学习数据结构的重要参考资料。-Implementation of the data structure in all operations, is an important reference for learning data structures.
DC3
- 后缀数组的DC3算法的实现,源码中对代码进行了优化-the construction of suffix array with DC3 algorithm
lingCross
- c++实现判断空间两条直线是否相交,一道简单的acmer-to ajust if to lines are crossed
2010010770_e1_p1
- 求出N以内所有满足x^2+y^2=z^2且x<y<z的所有三元数组-Within obtain a N meet x ^ 2+y ^ 2 = z ^ 2 and x <y<z的所有三元数组
2010010770_e1_p2
- 统计给定的英文文件中各字母的出现频率,从文件读取输出-Statistics to the frequency of occurrence of each letter of the English documents given
data-structure
- 里面包含了各大企业面试用到的数据结构和算法 100道题目 有解答 很适合想去大公司或者挑战自己能力的人-Which contains 100 questions of the interview data structures and algorithms used major companies have answered very suitable for people who want to go to big companies or challenge their skills
