Sliding window algorithm in C#
I'm trying to implement simple sliding window alogirithm on two-dimensional array in C# 3.0, I found this as very useful but it involves only single-dimensioal array. The post also includes the code for the algo, I'm totaly failed to use it for my senario... can any one suggest me how do I proceed? Scenario: The above image is 10X...