Category: math
Teaching Kids Programming: Videos on Data Structures and Algorithms Given an integer array nums containing distinct positive integers, find and return any number from the array that is neither …
Teaching Kids Programming: Videos on Data Structures and Algorithms There exists an infinitely large two-dimensional grid of uncolored unit cells. You are given a positive integer n, indicating that …
This post, we look at a simple Math question (Brain Teaser), and we solve it by Python. We take a look at the LLM (Large Language Model): ChatGPT3.5, and …
June 16, 2023
algorithms, Dynamic Programming, Geometry, math, programming languages, python, Python, Recursion, teaching kids programming, youtube video
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a Pizza or Cake or whatever circle-shape like thingy, if we can cut N times, what is the maximum …
Teaching Kids Programming: Videos on Data Structures and Algorithms On a grid that each step, we can only walk east and south (each 50%), we want to find out …