搜索资源列表
数据结构与C语言高级程序设计_0
- 数据结构与C语言高级程序设计_0-data structure with the C programming language Huffman High
hongheishu
- 红黑树算法,是高级数据结构中必须学习的一种特殊二元查找树,也是很有实际用处的一个算法。-Tree algorithm, senior data structure must learn a special binary search tree, also very practical usefulness of an algorithm.
pku1177
- PKU1177的源代码,高级数据结构线段树的应用之一:求边长。
pku1389
- PKU1389的源代码,高级数据结构线段树的经典应用,求面积。
pku2104
- PKU2104的源代码,高级数据结构线段树的应用之一:找数据。
suffix-array-soursecode
- 这是一个后缀数组实现的源代码,在vc6.0、gcc等编译通过。后缀数组是一种高级数据结构,用后最数组查找重复字串时间复杂度是o(nlogn)
FH_C++
- 菲波那契堆--一份高级数据结构的作业。实现了包括插入节点,删除任意节点,删除最小节点等等操作。
AdvancedDataStructures.pdf.zip
- 包含了很多高级数据结构的内容,是学习数据结构进一步的很好的资料。,advanced data structure
kd-trees
- 数据结构的选择与算法效率——从IOI98试题PICTURE谈起 高级数据结构:线段树-The choice of data structure and algorithm efficiency- from IOI98 questions about high-level data structure PICTURE: segment tree
IDA_gaojijiaocheng
- 使用IDA分析高级数据结构。。。进一步提升IDA功力-IDA analysis of the use of high-level data structure. . . IDA further enhance skill
datastructures
- 浙江大学2009冬学期陈越老师高级数据结构的课件-Zhejiang University, 2009 Winter semester Chen Yue teacher advanced data structures courseware
ACM
- ACM模板C++描述,涵盖了数论,计算几何,图论,以及常用高级数据结构等多方面的内容-acm library routine
struct
- 高级数据结构 线段树 树状数组 跳跃表 -Advanced data structure array segment tree tree jump table
SearchMultimediaDatabasesbyContent
- CMU的C. Faloutsos撰写的关于基于内容的多媒体搜索的书籍 是高级数据结构的一本很好的参考书-CMU' s C. Faloutsos written content-based multimedia search on the books are advanced data structures a very good reference book
python_study
- python教程中英文对照 是一种容易学习的强大语言。它包括了高效的高级数据结构,提供了一个简单但很有效的方式进行面向对 象编程。Python 优雅的语法,动态类型,以及它天然的解释能力,使其成为了大多数平台上应用于各领域 理想的脚本语言以及开发环境-python tutorials in Chinese and English. pdf
NYOJ.290.DictionaryTree
- 字典树,Trie树,查找插入效率都很高的一种高级数据结构。-Dictionary tree, Trie, an advanced data structures to find the insertion efficiency high.
数据结构与算法分析—C语言描述
- 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book details the current popular topics and new changes, discussed the algorithm design techniques, based on the study of the performance of the al
高级数据结构
- c++实现以下题目(可以用visio2015编译) 1.序列和的前n小元素(优先队列) 2.破译密文(并查集) 3.逆序对(树状数组) 4.郁闷的出纳员(伸展树) 5.星际争霸(Treap)(C++ implements the following topics (can be compiled with visio2015) 1. sequence and the former n small elements (priority queues) 2. decipherin
数据结构与算法分析:C语言描述
- 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book introduces the current popular topics and new changes, discusses the algorithm design skills, and examines some advanced data structures on th
数据结构与算法之美
- 在我意识到数据结构与算法的重要性时,正好在群里有人分享了极客时间的数据结构与算法之美的课程,从入门篇、基础篇、高级篇到实战篇,由浅入深的讲述常用的数据结构与算法,特别是在留言区作者的留言"迈不过去你找我退钱",我就喜欢这种有自信的人,当然不是完全指望他人帮自己把算法捡起来, 既然来了,就要全身心的投入,在此立个flag,通过这个阶段的学习,理解常用的算法与数据结构,掌握复杂度的分析,将提高代码执行效率思想融入日常开发中。 ————————————————