PHP 7 Data Structures and Algorithms

Mizanur Rahman

  • 出版商: Packt Publishing
  • 出版日期: 2017-05-26
  • 售價: $1,940
  • 貴賓價: 9.5$1,843
  • 語言: 英文
  • 頁數: 340
  • 裝訂: Paperback
  • ISBN: 178646389X
  • ISBN-13: 9781786463890
  • 相關分類: PHPAlgorithms-data-structures
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

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

商品描述(中文翻譯)

提升生產力:實施資料結構

關於本書

- 以簡單的方法全面了解資料結構
- 分析演算法,學習何時應用每個解決方案
- 探索函數式資料結構的真正潛力

本書適合對於使用PHP學習資料結構和演算法,以提升應用程式解決方案的控制能力、效率和優化的人。

需要基本了解PHP資料類型、控制結構和其他基本功能。

你將學到什麼

- 更好地了解PHP陣列作為基本資料結構及其隱藏的威力
- 掌握如何分析演算法和大O符號
- 使用PHP實現鏈結串列、雙向鏈結串列、堆疊、佇列和優先佇列
- 使用排序、搜尋和遞迴演算法
- 使用貪婪、動態和模式匹配演算法
- 實現樹、堆積和圖形演算法
- 應用PHP函數式資料結構和內建資料結構和演算法

詳細內容

PHP一直是網頁應用程式開發的首選語言,但有一些資料和資源可以讓您了解其運作方式。資料結構和演算法可以幫助您有效編碼和執行,大大減少處理時間。

如果您想以實際專案的方式探索資料結構和演算法,那麼本書適合您。

本書首先介紹資料結構,然後逐步引導您實現各種資料結構和演算法,並提供實用的示例和案例。