3 years ago 5,070 views
3 years ago 5,070 views
Presented by Ben Edmunds
April 23, 2021
Let's have some fun walking through the solutions to a few common coding interview questions, with a little theory along the way.
We'll walk through PHP code examples that solve FizzBuzz, 8 Queens, and a Quicksort implementation.
About Ben Edmunds
Forcing PHP to be web scale by day, hacking on fun ideas by night. PHP Town Hall podcast co-host. Author of Securing PHP Apps. Open source advocate.
If is was originally [0,1,2] and you popped and then pushed, Shouldnt the var_dump result after the push() be [0,1,3] ?