资源列表
Java-data-structures-andalgorithms-
- 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《Java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
JavaDatastruct
- java版数据结构,详细描述了Java语言实现的数据结构-java datastruct
javashujujiegou
- Java数据结构和算法中文(第二版)-Java data structures and algorithms Chinese (Second Edition)
ACM
- 很好的ACM培训教程,有想要参加比赛的同学就赶快下吧。-ACM good training course, have the students want to participate in the competition to up under the bar.
shujujiegoukejian
- 数据结构重要课件,介绍了所有数据结构课程的相关算法原理-Important courseware data structure, this paper introduces the principle of all relevant algorithm of data structure course
sfdlzwb
- 算法导论中文版 对于学习算法的同学很有用哦-Algorithms Introduction to Chinese students for the learning algorithm is useful oh
符号三角形的回溯算法
- 符号三角形的回溯算法是经典的算法。 在一般情况下,符号三角形的第一行有n个符号。符号三角形问题,要求对于给定的n,计算有多少个不同的符号三角形,使其所含的“+”和“-”相同。
Introduction.to.Algorithms(chinese)
- 《算法导论》中文版!!中文名《现代计算机常用数据结构和算法》,程序员内功修炼必备。-"algorithm" Introduction to Chinese version! ! The Chinese name of "modern computer commonly used data structures and algorithms", the programmer must Internal KungFu.
Book-of-Introduction-to-Algorithms
- 算法导论的书籍的中文版,值得推荐的一本好书-Book of Introduction to Algorithms
suanfadaorun
- 算法导论中文版:主要是对想学计算机算法方面的人,一个入门级别的认识,及一些经典算法的介绍.-Introduction to Algorithms Chinese version: mainly for computer algorithms to study aspects of people, an entry-level knowledge, and introduce some classical algorithms.
sfdljsj
- 算法导论,详细地介绍了现代计算机常用的算法和数据结构,中文版的找了很久了,相信对大家有帮助的。
suanfadaolun
- 算法导论,介绍各种算法,是计算机方面人才得必修之书。