PHP 7 Data Structures and Algorithms
Mizanur Rahman
- 出版商: Packt Publishing
- 出版日期: 2017-05-26
- 售價: $1,650
- 貴賓價: 9.5 折 $1,568
- 語言: 英文
- 頁數: 340
- 裝訂: Paperback
- ISBN: 178646389X
- ISBN-13: 9781786463890
-
相關分類:
PHP 程式語言、Algorithms-data-structures 資料結構與演算法
下單後立即進貨 (約3~4週)
買這商品的人也買了...
-
$480$379 -
$1,590$1,558 -
$2,100$2,058 -
$880$695 -
$990Core Java, Volume I -- Fundamentals, 9/e (Paperback)
-
$580$452 -
$990Core Java, Volume II--Advanced Features, 9/e (Paperback)
-
$580$458 -
$1,670$1,587 -
$980$931 -
$1,600$1,520 -
$580$493 -
$690$538 -
$780$616 -
$1,881$1,782 -
$550$385 -
$2,160$2,052 -
$768$730 -
$709JavaScript 權威指南, 7/e
商品描述
Increase your productivity by implementing data structures
About This Book
- Gain a complete understanding of data structures using a simple approach
- Analyze algorithms and learn when you should apply each solution
- Explore the true potential of functional data structures
Who This Book Is For
This book is for those who want to learn data structures and algorithms with PHP for better control over application-solution, efficiency, and optimization.
A basic understanding of PHP data types, control structures, and other basic features is required
What You Will Learn
- Gain a better understanding of PHP arrays as a basic data structure and their hidden power
- Grasp how to analyze algorithms and the Big O Notation
- Implement linked lists, double linked lists, stack, queues, and priority queues using PHP
- Work with sorting, searching, and recursive algorithms
- Make use of greedy, dynamic, and pattern matching algorithms
- Implement tree, heaps, and graph algorithms
- Apply PHP functional data structures and built-in data structures and algorithms
In Detail
PHP has always been the the go-to language for web based application development, but there are materials and resources you can refer to to see how it works. Data structures and algorithms help you to code and execute them effectively, cutting down on processing time significantly.
If you want to explore data structures and algorithms in a practical way with real-life projects, then this book is for you.
The book begins by introducing you to data