Category: python
Teaching Kids Programming: Videos on Data Structures and Algorithms What we have learned today: The sum of total interior angles of a N-sided polygon (where N is larger or …
Teaching Kids Programming: Videos on Data Structures and Algorithms Rolling a dice three times one after another, what is the probability of having Two Sixes in a Row? Rolling …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given an integer num, return three consecutive integers (as a sorted array) that sum to num. If num cannot be …
Teaching Kids Programming: Videos on Data Structures and Algorithms Yesterday, we talked about the Apple-Catching Game on Microbit: human plays with two Buttons, A to move the bowl one …
Teaching Kids Programming: Videos on Data Structures and Algorithms We have actually developed and designed the Apple Catching/Eating Game on Microbit using Javascript: Microbit Programming: How to Make a …