Left Sidebar
Showing posts with the label ProgrammingShow all
understanding-variables-in-programming
Champak Roy
September 25, 2025
Understanding Variables in Programming Posted by Champak Roy • Tags: programming, fundamentals, variables Introduction Variables are the building blocks …
Programming puzzles on Chess
Champak Roy
December 07, 2021
Given 2 x,y positions check if a bishop can move from x1, y1 to x2, y2 Given a x,y position find all the places that the bishop can move to. Also try for 2 moves. Given a x,y position find all the pl…