PHP Algorithms and Data StructuresWorkbook GitHub Repository

Php Algorithms and Data Structures Workbook

Workbook repository for algorithms and data structures implemented in Php! Here, you'll find a collection of exercises and solutions which I've worked on by following various online courses, challenges, and platforms.

Development Environment Requirements

  • Docker and Docker-Compose
  • Make

How to run

  • make install install docker container

  • make start start docker container

  • all you have to do is edit the files in ./php

  • you can view your changes in http://localhost:8000