Data Structures and Algorithms Made Easy: Data Structures and Algorithmic Puzzles, 5/e
Narasimha Karumanchi
- 出版商: CareerMonk Publicati
- 出版日期: 2016-08-28
- 售價: $1,480
- 貴賓價: 9.5 折 $1,406
- 語言: 英文
- 頁數: 434
- 裝訂: Paperback
- ISBN: 819324527X
- ISBN-13: 9788193245279
-
相關分類:
Algorithms-data-structures 資料結構與演算法
立即出貨 (庫存=1)
買這商品的人也買了...
-
$1,390$1,362 -
$620$527 -
$3,080$2,926 -
$590$466 -
$1,750$1,715 -
$1,750$1,663 -
$680$578 -
$1,600$1,520 -
$5,620$5,339 -
$680$537 -
$1,337Grokking Algorithms: An illustrated guide for programmers and other curious people (Paperback)
-
$505Linux 環境編程 : 從應用到內核
-
$490$382 -
$580$458 -
$420$328 -
$480$379 -
$520$411 -
$690$538 -
$450$383 -
$580$458 -
$390$371 -
$450$356 -
$1,500$1,470 -
$1,380$1,311 -
$1,420$1,392
商品描述
Description
"Data Structures And Algorithms Made Easy: Data Structures and Algorithmic Puzzles" is a book that offers solutions to complex data structures and algorithms. There are multiple solutions for each problem and the book is coded in C/C++, it comes handy as an interview and exam guide for computer scientists. It can be used as a reference manual by those readers in the computer science industry. This book serves as guide to prepare for interviews, exams, and campus work. In short, this book offers solutions to various complex data structures and algorithmic problems.
Topics Covered
Introduction
Recursion and Backtracking
Linked Lists
Stacks
Queues
Trees
Priority Queue and Heaps
Disjoint Sets ADT
Graph Algorithms
Sorting
Searching
Selection Algorithms [Medians]
Symbol Tables
Hashing
String Algorithms
Algorithms Design Techniques
Greedy Algorithms
Divide and Conquer Algorithms
Dynamic Programming
Complexity Classes
Miscellaneous Concepts