Tagged in

Competetive Programming

Codebrace
Codebrace
Coding blog to help people get going with Competetive programming, Big Data and other technologies, visit http://medium.com/codebrace
More information
Followers
187
Elsewhere

A Circle and a Square

Problem Link: A Circle and a Square

In this challenge, you must implement part of a raster graphics editor that takes the coordinates of a circle and a square as input and draws them as filled-in shapes on a rectangular canvas.


Big Sorting

Problem Link: Big Sorting

Consider an array of numeric strings, unsorted, where each string is a positive number with anywhere from 1 to 106 digits. Sort the array’s elements in non-decreasing (i.e., ascending) order of their real-world integer values and print each element of the…


Day of the Programmer

Day of the Programmer

Problem Link: Day of the Programmer

Marie invented a Time Machine and wants to test it by time-traveling to visit Russia on the Day of the Programmer (the 256th day of the year) during a year in the…


Separate the Numbers

Separate the Numbers

Problem Link: Separate the Numbers

A numeric string, s, is beautiful if it can be split into a sequence of two or more positive integers, a1,a2,….. ,an, satisfying the following conditions: