Posts
All the articles I've posted.
-
Find neighbours in 2D grid
A comprehensive guide to finding neighboring cells in 2D grids using JavaScript, covering both cardinal (4-way) and diagonal (8-way) neighbors. Learn efficient algorithms with clear examples for traditional 2D arrays and optimized 1D array representations.
-
Representing 2D array as 1D array
Representing 2D array as 1D array
-
Observer Pattern
Observer Pattern with example
-
Strategy Design Pattern
Strategy Design pattern with example