Tag: Youtube Video
Teaching Kids Programming: Videos on Data Structures and Algorithms Given two strings s and t, check if s is a subsequence of t. A subsequence of a string is …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given N numbers, we know the total number of permutation is N! (factorial). If every number is not in its …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a string s, find the longest palindromic subsequence’s length in s. A subsequence is a sequence that can be …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are a professional robber planning to rob houses along a street. Each house has a certain amount of money …