Blog
Thoughts, stories and ideas.

10/15/2024 · 3 min read
Building a Ray Tracer in C++: Reflection, Shading, and Optimization
Ray tracing is a powerful rendering technique that simulates how light interacts with objects to produce photorealistic images.

10/15/2023 · 2 min read
Solving the Eight Puzzle: A Journey Through Search Algorithms in Artificial Intelligence
Exploring Uniform Cost Search, A* with Misplaced Tile, and Manhattan Distance heuristics to solve the classic 8-puzzle problem.