Oct 5, 2025 · 4 min read · Graph theory has always fascinated me, it’s this incredible intersection of structure, patterns, and applications. Looking back at how I first wrestled with the subject, I often wondered why learning it had to be so static. Most tutorials felt like a...
Join discussionJul 23, 2025 · 7 min read · Introduction Reinforcement Learning (RL) has emerged as one of the most fascinating and influential paradigms in modern artificial intelligence (AI). Its charm lies in its resemblance to how animals and humans learn through interaction with the world...
Join discussion
Apr 17, 2025 · 3 min read · Welcome to the Travelling Salesman Problem — one of the most studied, elegant, and applicable problems in computer science and operations research. 🧩 What is the Travelling Salesman Problem? At its core, the Travelling Salesman Problem (TSP) is abo...
Join discussionMar 22, 2025 · 6 min read · 1. Introduction Computational complexity theory is one of the cornerstones of computer science, dedicated to classifying problems based on their intrinsic level of difficulty. Within this field, P and NP problems occupy a central role, challenging re...
NNicolas commented
Mar 6, 2024 · 9 min read · In the previous article we introduced the framework of Mathematical Programming. Today we apply this framework to solve our very first problem. We also take this opportunity to learn new vocabulary that we'll use from now on. Setting up the environme...
Join discussion
Feb 28, 2024 · 6 min read · When the Product Owner enters the office, I feel goosebumps and my pulse rate accelerates. You can tell by her eyes that she's about to ask for a brand cool new feature for our clients. Yes, Bring it on! Always love new exciting challenges. In just a...
Join discussion
Feb 20, 2024 · 2 min read · Operations Research (OR) is a systematic and analytical approach that organizations employ to make informed decisions and improve their processes. The process of Operations Research involves several key steps, each contributing to the overall efficie...
Join discussion