Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 452 Bytes

File metadata and controls

18 lines (14 loc) · 452 Bytes

PHP Algorithm

Written by Duy Nguyen & Nhat Ho from NangViet

Please visit our website at: https://nangviet.com

Install & run test

This guide will help you install & run test:

  1. Run command: composer install
  2. Run command: composer dump-autoload
  3. Run command: composer test

The commands above will install PHPUnit & Run test all defined test case.

Algorithms

Search

  1. Linear Search: NangViet\Search\LinearSearch

Sort

Graph