Mastering Algorithms and Data Structures in PHP
This project is here to show a different side of my engineering profile: not WordPress systems, but computer-science fundamentals implemented and explained directly in PHP. I wanted the material to stay practical, so the focus was on writing and understanding the structures in code rather than talking about them only at a theory level.
Topics covered
- Stacks, queues, trees, and hash tables
- Graphs, recursion, and traversal logic
- Sorting and searching algorithms
- Dynamic programming and efficiency basics
- Implementation-focused learning through code
Why it belongs in the portfolio
It shows that my work is not limited to WordPress examples. I can also teach and implement the lower-level concepts that support stronger backend reasoning, and I can do it in PHP rather than treating computer-science work as something separate from the rest of my stack.
Public proof
The code and playlist matter together. The repository shows the implementation side, and the videos show that I can explain the same material clearly instead of only writing it once and leaving it undocumented.