Tag: math
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a square Matrix we can compute its power. The result matrix will be of same dimension. Similar to the …
Teaching Kids Programming: Videos on Data Structures and Algorithms Matrix Add and Subtraction Function We can add or subtract two matrices if and only if there are of the …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given two vectors of same length, a and b represented by two lists/array in Python, the dot product is defined …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a 0-indexed integer array nums, find the leftmost middleIndex (i.e., the smallest amongst all the possible ones). A middleIndex …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given an integer n, return the number of structurally unique BST’s (binary search trees) which has exactly n nodes of …