Programming through life
Ideas and tricks related to programming and computers in general.
Showing posts with label
SPOJ
.
Show all posts
Showing posts with label
SPOJ
.
Show all posts
Tuesday, December 16, 2014
SPOJ PRATA
›
The problem : www.spoj.com/problems/PRATA/ Solution: There are many solutions one can use binary search which is straight forward if yo...
Sunday, June 29, 2014
A list of algorithms for Competitive Programming
›
Solving problems on SPOJ, I realised I used to forget the algorithms which I had previously used. For this fallacy of mine I am listing the...
Wednesday, February 27, 2013
SPOJ:Insertion Sort
›
The problem asks us to find the number of swaps an insertion sorts does, which in a way is a measure of efficiency of the sort. The basic...
›
Home
View web version