Author: ACMer
Given a vector, e.g. of integers, we want to apply a function to each element and transform to another vector/array. For example, we might want to return a new …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a Maze, we can use Breadth First Search, Depth First Search, or Iterate Deepening Search Algorithm to Find an …
Kubernetes is a de-facto standard to deploy and manage applications in the cloud. The cloud apps are running in pods (containers). With Kubernetes, the pods can restart themselves if …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a non-negative integer num, return true if num can be expressed as the sum of any non-negative integer and …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given an array nums sorted in non-decreasing order, return the maximum between the number of positive integers and the number …