Skip to content

dunghv/php_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php_algorithm

  1. If you have php7-cli, just run :
php app/matrix_multiplication.php <a_number_from_1_to_7>
  1. If you dont have php7-cli:
  • install docker
  • run: docker-compose up
  • run code: bin/run php app/task1/matrix_multiplication.php <a_number_from_1_to_7>