搜索资源列表
DataStructureJavaEdtion
- 数据结构Java语言版,希望对编程感兴趣的人多加强数据结构的学习,Java是很有前途的语言,避开传统的C版数据结构的千篇一律-Java language version of the data structure, in the hope that more people interested in programming data structure to enhance learning, Java language is promising to avoid the traditional
datastructurealgorithms(java)
- 数据结构java版的电子书,可以自学java的编程语言,同时学习数据结构和算法-Data structures java version of the book, you can self-study java programming language, while learning data structures and algorithms
Java-data-structures-andalgorithms-
- 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《Java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
cPPlinked
- C语言是学习数据结构的很好的学习工具。理解了C中用结构体描述数据结构,那么对于理解其C++描述,Java描述都就轻而易举了! 链表的提出主要在于顺序存储中的插入和删除的时间复杂度是线性时间的,而链表的操作则可以是常数时间的复杂度。-oprations about link
the-structure-and-algorithm-of-Java
- Java 数据结构和算法的好书,对于掌握Java基本语言和深入学习是一本很好的书-The structure and algorithm of JAVA
algorithm-analysis-in-Java
- 本书是Mark Allen Weiss的经典之作,基于Java语言,主要介绍了数据结构与算法分析,深入浅出,值得学习!-This classic book is written by Mark Allen Weiss. It is about the data structure and algorithm. It is a great book for new learners!