Category: youtube video
Teaching Kids Programming: Videos on Data Structures and Algorithms There’s a staircase with n steps, and you can climb up either 1 or 2 steps at a time. Given …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a grid with n*m squares (m horizontal squares and n vertical squares), and suppose you are at the top-left …
Teaching Kids Programming: Videos on Data Structures and Algorithms What is Dynamic Programming Algorithm? Dynamic Programming aka DP, is a popular technique to optimise the algorithms. The main purpose …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given two binary search trees a and b and an integer target. Return whether there’s a number in …
Teaching Kids Programming: Videos on Data Structures and Algorithms A perfect number is a positive integer that is equal to the sum of its positive divisors, excluding the number …