Getting Started with Algorithms and Data Structures

 2 years ago 4,239 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.

SPONSORS

SPONSORS

PHP Tutorials and Videos
Showing 1 to 1 of 1 comments.
troyporter - 3 months ago
Question about the stack example at 8:55.

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] ?

SPONSORS

PHP Tutorials and Videos