Basic Programming
Practice beginner concepts.
Target to solve 2-3 problems per day.
Contest Code LP1TO201
Problems 16
Duration 8-10 Days
Time Complexity
Avoiding TLE during contests is super-critical. Solve these problems in O(N log(N)) time complexity to learn the right approach.
Target to solve 2-3 problems per day.
Contest Code LP1TO205
Problems 18
Duration 9-11 Days
Arrays
An Array is a collection of similar data elements, it is the simplest data structure.
Target to solve 2-3 problems per day.
Contest Code LP1TO202
Problems 12
Duration 5-7 Days
Strings
A string is an array data structure that stores a sequence of elements, typically characters.
Target to solve 2-3 problems per day.
Contest Code LP1TO203
Problems 11
Duration 5-7 Days
Sorting
Sorting algorithms specify the way to arrange data in a particular order.
Target to solve 2-3 problems per day.
Contest Code LP1TO204
Problems 9
Duration 5-7 Days