Category: Greedy Algorithm
July 30, 2023
algorithms, bit hacks, Bit Masking, Bits and Binary, Greedy Algorithm, math, programming languages, python, Python, teaching kids programming, youtube video
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a positive integer n, you can do the following operation any number of times: Add or subtract …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a positive integer n, you can do the following operation any number of times: Add or subtract …
July 22, 2023
algorithms, Dynamic Programming, Greedy Algorithm, greedy algorithm, math, programming languages, python, Python, Recursion, teaching kids programming, youtube video
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a positive integer n, you can do the following operation any number of times: Add or subtract …
June 24, 2023
algorithms, brute force, Brute Force Algorithm, data structure, Greedy Algorithm, programming languages, python, Python, Stack, teaching kids programming, youtube video
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a string s consisting only of uppercase English letters. You can apply some operations to this string …
Teaching Kids Programming: Videos on Data Structures and Algorithms You have a water dispenser that can dispense cold, warm, and hot water. Every second, you can either fill up …