资源列表
JOSEPHUS
- 约色夫问题,数据结构实习,用链表实现,哈哈,请多指教,我是才鸟-husband about color, data structure internship with Chain realized Haha, please enlighten, I only birds
My8Queen
- 八皇后问题:用回溯算法做的 -8 Queens : The backtracking algorithm
1008
- poj1008代码,尽量压缩的长度,与大家交流一下。
LINK_list
- c++实现了数据结构链表的操作 包括创建,插入,删除等功能-c++ to achieve a data structure including the creation of the operation list, insert, delete and other functions
dianlianbiao.txt.tar
- 创建一个保存学生基本信息的单链表,实现学生信息的建立(尾部插入和头部插入都要) 插入 删除 查看 逆置 删除值为X 等功能-Save the basic information students create a single list, to achieve the establishment of student information (and head into the tail to be inserted) into the deleted view the inverse func
huffman
- 实现哈夫曼树,输入所需的数据,自动生成哈夫曼树,并输出-Achieve Huffman tree, enter the required data, automatically generate Huffman trees, and the output
DS01
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to the link at the size of data f
tudebianli
- 使用邻接表存储结构,编写一个程序,实现对有向图遍历操作。是用C++编写的程序源代码。-Storage structure using the adjacency list, write a program to achieve a directed graph traversal operations. Is a program written in C++ source code.
HeapSort
- 数据结构 有中文注释 源代码 堆排序-data structure source code heap sort
pku_3259
- pku3259 Bellman-Ford
Josephussecond
- 数据结构中约瑟夫算法的链表实现。能够在C/C++的环境下运行。 -Josephus.rar, data structures Joseph vector algorithm implementation. To the C/C++ environment to run.
BCH
- BCH 纠错码算法 主要用于bch算法设计,非常实用,简单易懂-BCH 纠错码算法