Blog
I rarely write blog posts, but when I do, I like to post them here. Why? Because I can add whatever interactive components I want. I don't have a specific topic, so you'll find a variety of posts here of things that come to my mind (all CS related, of course).
You can also filter the posts by tag:
- Teaching greedy algorithms with interactive componentsJanuary 07, 2025
I believe visualization is key to achieving deeper understanding of algorithms. That's why I have developed some interactive videos to help my students visualize the execution of sorting algorithms.
- A queue with two stacksJuly 29, 2016 January 25, 2025
Google interview question: implement a queue using two stacks.
- Teaching sorting algorithms with interactive videosJune 12, 2024
I believe visualization is key to achieving deeper understanding of algorithms. That's why I have developed some interactive videos to help my students visualize the execution of sorting algorithms.