Category: algorithms
You are given a string word that consists of digits and lowercase English letters. You will replace every non-digit character with a space. For example, “a123bc34d8ef34″ will become ” …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a string s and an integer k. Return the number of palindromes you can construct of length …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given the root of a binary tree, the level of its root is 1, the level of its children is …
Given a list of integers nums, consider every contiguous sublist. Sum each of these sublists and return the sum of all these values. Mod the result by 10 ** …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given the root of a binary tree, the level of its root is 1, the level of its children is …