News

What happens when the ads you see start hitting a little too close to home? This hilarious sketch explores the awkward yet ...
Florida Python Challenge is about to begin, promising hunters a shared $25k in prizes while protecting the Everglades.
C++ Algorithms and data structures using only standard libraries. This answers many of the challenges in Codility and HackerRank. > 1200 Google Test cases and counting.
Tic Tac Toe game featuring an AI opponent using the Minimax algorithm with alpha-beta pruning to play optimally and never lose. Implemented with Python and Pygame with a clean graphical interface.