Beginning Java Data Structures and Algorithms

Beginning Java Data Structures and Algorithms

评分

★★★★★

ISBN

9781789533750

出版社

Packt Publishing 2018-07-30出版

作者

James Cutajar

分类

编程设计

内容简介
Learning about data structures and algorithms gives you a better insight on how to solve common programming problems. Most of the problems faced everyday by programmers have been solved, tried, and tested. By knowing how these solutions work, you can ensure that you choose the right tool when you face these problems.This book teaches you tools that you can use to build efficient applications. It starts with an introduction to algorithms and big O notation, later explains bubble, merge, quicksort
AI简介
这是一本专注于Java语言的数据结构和算法的书籍。这本书首先介绍了算法和复杂性的定义与评估,为读者理解算法提供了基础。接着,书中深入探讨了数组与动态数据结构比较,帮助读者理解不同数据结构的特点和适用场景。此外,本书还详细介绍了队列的基本定义和操作,栈的基本概念和特点,以及哈希表的基本概念和作用,为读者提供了丰富的数据结构知识。 在数据结构方面,本书详细介绍了二叉树的基本概念和术语,图的定义及表示,以及最大流问题的定义和目标,帮助读者理解这些复杂的数据结构。此外,书中还介绍了合并排序,冒泡排序等经典的排序算法,以及快速排序算法实现步骤,帮助读者掌握排序算法的设计和实现。 在算法方面,本书详细介绍了贪婪算法简介,分治算法,以及动态规划概述,帮助读者理解这些重要的算法设计范式。此外,书中还介绍了最短路径问题概述,图的定义及表示,以及最大流问题的定义和目标,帮助读者理解这些复杂的问题。
阅读/下载地址