Tag: algorithms
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given an integer array nums with the following properties: nums.length == 2 * n. nums contains n + …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given the head of a sorted linked list, delete all duplicates such that each element appears only once. Return the …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given an array of positive integers nums. You have to check if it is possible to select two …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a string s, return the length of the longest substring between two equal characters, excluding the two characters. If …
Teaching Kids Programming: Videos on Data Structures and Algorithms The Birthday Candles Problem If a person blows 1 candle at Age 1, 2 candles at Age 2, 3 candles …