Original Article: https://blog.sigma-star.io/2024/01/people-dont-understand-oop/ Occasionally, I come across the opinion that object oriented programming (OOP) is an obsolete principle. This opinion sometimes goes hand-in-hand with observations that it is not longer touted as…

The Knight’s Tour is a classic algorithmic challenge that tasks a knight with visiting every square on a chessboard exactly once. In this project, the problem was tackled through iterative experimentation—starting with…