Skip to content

shadman/practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Tasks

in this directory you can find other directories that contains a README.md, this directory are your tasks.

.
β”œβ”€β”€ GroupByOwner
β”‚Β Β  β”œβ”€β”€ FileOwners.php
β”‚Β Β  β”œβ”€β”€ FileOwnersTest.php
β”‚Β Β  └── README.md
β”œβ”€β”€ InvertBinaryTree
β”‚Β Β  β”œβ”€β”€ BinaryTree.php
β”‚Β Β  β”œβ”€β”€ BinaryTreeTest.php
β”‚Β Β  └── README.md
β”œβ”€β”€ OddNumber
β”‚Β Β  β”œβ”€β”€ OddNumber.php
β”‚Β Β  β”œβ”€β”€ OddNumberTest.php
β”‚Β Β  └── README.md
β”œβ”€β”€ Palindrome
β”‚Β Β  β”œβ”€β”€ Palindrome.php
β”‚Β Β  β”œβ”€β”€ PalindromeTest.php
β”‚Β Β  └── README.md
β”œβ”€β”€ Thesaurus
β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”œβ”€β”€ Thesaurus.php
β”‚Β Β  └── ThesaurusTest.php
β”œβ”€β”€ README.md
└── phpunit.phar

Every Task

  • contains a README.md explains what to you should do
  • contains a *Test.php file that you can run via e.g. ./phpunit.phar GroupByOwner/ to verify your task
  • contains a '*.php' file that contains the code that you need to write.

Make sure that after you are done, every test is green, e.g. run: ./phpunit.phar .

Cheers!

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages