资源列表
link
- 此文件是有关链表的创建、删除、插入、查找、销毁-This paper is on the list to create, delete, insert, search, destroy
shujujiegou
- C/C++数据结构算法(二叉排序树的实现)-C/C++ data structure algorithms (binary sort tree implementation)
Character-transfer
- 字符形式广义表转二叉链表存储结构,编程语言:C,来源:校园教学-Character transfer form generalized binary linked list storage structure
01
- 线性表的顺序存储及其运算的程序,能较好的理解计算机的存储方式。-Linear order of the table storage and computing procedures, can better understand the computer is stored.
02
- 线性表的链式存储及其运算,能较好的理解计算机中链式存储的原理。-Linear form a chain store and its operation, to better understand the principles of the computer chain store.
05
- 关于二叉树的顺序存储及其运算的程序,能较好的理解二叉树的概念,方便将来编程时使用。-On the order of storage and computing binary tree program, to better understand the concept of binary tree, easy to use in future programming.
06
- 关于二叉树的链式存储及其运算(二叉排序树)的程序,将二叉树与链式存储相结合,方便将来编程使用。-On the binary tree and chain store operations (binary sort tree) program that will combine binary tree with the chain store, easy to use in future programming.
1
- 二叉排序树相关算法的排序 次次课程设计的目的是以C语言为基础,通过完成一些具有一定难度的课程设计题目的编写、调试、运行工作,进一步了解并掌握数据结构与算法的设计方法,具备初步的独立分析和设计能力;初步掌握软件开发过程的问题分析、系统设计、程序编码、测试等基本方法和技能;巩固所学理论知识,使理论与实际相结合。从而提高自我分析问题、解决问题的能力。用系统的观点和软件开发一般规范进行软件开发,培养软件工作者所应具备的科学的工作方法和作风,同时培养学生调查研究、查阅技术文献、资料、手册以及编写技术文
CList
- 一个单向链表的类,其中包含单向链表和循环链表-A one-way linked list class, which includes one-way and circular linked list
Sort
- 这个是排序算法大全,包括插入排序,希尔排序,选择排序,冒泡排序,快速排序,归并排序-This is a sorting algorithm Daquan, including insertion sort, Hill sort, selection sort, bubble sort, quick sort, merge sort etc.
white_black
- 1、问题描述 设平面上分布着n个白点和n个黑点,每个点用一对坐标(x, y)表示.一个黑点b=(xb,yb)支配一个白点w=(xw, yw)当且仅当xb>=xw和yb>=yw.若黑点b支配白点w,则黑点b和白点w可匹配(可形成一个匹配对).在一个黑点最多只能与一个白点匹配,一个白点最多只能与一个黑点匹配的前提下,求n个白点和n个黑点的最大匹配对数. 2、具体要求 要求:时间效率在O(NlgN) 3、实现方法 基于贪心算法 以x坐标的升序对黑点排序(可用QUIC
arithmetic
- 算法导论以及习题解答,非常经典的书籍-Introduction to Algorithms and answer exercises, very classic books ~ ~
