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 …
I am surprised to find out that my laptop is switched off this morning – normally, Windows has automatic updates and will reboot PC after updates are installed – …
A 502 error is an HTTP status code that indicates a bad gateway. This error typically occurs when a server acting as a gateway or proxy receives an invalid …
The error message “error converting YAML to JSON: yaml: line XX: mapping values are not allowed in this context” typically indicates an issue with the syntax of your YAML …
When we upload the videos to Youtube, we might want to use the Youtube API to get the meta data for the videos. For example: Original File Name, File …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a list of bombs. The range of a bomb is defined as the area where its effect …