Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 259 Bytes

File metadata and controls

20 lines (13 loc) · 259 Bytes

PHP: learn better code

Algorithms and Data structures with PHP (version 7+)

Algorithms

Searching

  • Linear Search
  • Binary Search
  • Jump Search
  • Interpolation Search
  • Exponential Search

Sorting

  • Selection Sort
  • Bubble Sort

Design Patterns