Tag: Youtube Video

Teaching Kids Programming – Algorithms to Find Two Smallest Numbers (Buy Two Chocolates – Heap – Sorting – Linear Scan)

Teaching Kids Programming: Videos on Data Structures and Algorithms Here is the problem: You are given an integer array prices representing the prices of various chocolates in a store. …

Teaching Kids Programming – Find Max Number of Uncrossed Lines (Longest Common Subsequence) via Top Down Dynamic Programming Algorithm (Recursion + Memoization)

Teaching Kids Programming: Videos on Data Structures and Algorithms You are given two integer arrays nums1 and nums2. We write the integers of nums1 and nums2 (in the order …