Water Tank Problem
RedBus interview first round
Sep 7, 20212 min read2.6K

Search for a command to run...

Series
In this Series, we will learn python from scratch and work with different problem definition and approach to solve these problem.
RedBus interview first round

What is an array? An Array is a collection of the elements of Similar Data-Type stored one after another in the memory. why do we use array ? We can overcome the disadvantage of using many variables since variables are used to store more than one el...

Finding Count of Characters that are not repeated in the string.
