News

About Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve. In this project, I’ll ...
Decimal to Binary Converter using Recursion Overview This project is a decimal-to-binary converter implemented in JavaScript using recursion. Recursion is a programming concept where a function calls ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...