Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 234 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 234 Bytes

php-A-Team

Task A

Sorting an array by moving all of the zero elements (0 or '0') to the end and keeping the order of the zeros such that (sortZeros($array) == $array) evealuates to true

Task B

Reverse the nodes of a linkedlist