Category: programming languages
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given two integers n and k. There are n blocks with heights ranging from 1 to n. Return …
Teaching Kids Programming: Videos on Data Structures and Algorithms Simple function can draw amazing shapes using Turtle Graphics library and here is a python function to draw a spiral …
Teaching Kids Programming: Videos on Data Structures and Algorithms To draw a black-and-white chess board, we need the following three functions: draw a white square, draw a black (filled) …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a dice, rolling 3 times one after another. what is the probability of obtaining numbers in strictly …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given N squares which side is M, we want to re-arrange it to form a larger rectangle. We want to …