Tagged in

Uva Online

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
More, on Medium

Uva 978 — Lemmings Battle

PROBLEM link Uva1062 Submit Link

Prerequisite

binary tree ( set/multiset in c++ or TreeSet in java)

Explanation


Uva 1062 — Containers

PROBLEM Link Uva1062 Submit Link

Explanation

This problem can be solved through the use of a vector of stacks. The premise is that a stack of containers must be separated into S stacks such that the top crate on at least one of the…


Uva278 — Chess

PROBLEM link SUBMIT link

Prerequisite — basic knowledge of chess

Theory Difficulty: easy

Coding Difficulty: trivial

Algorithms Used: math


UVa12247 — Jollo

PROBLEM CODE 12247-Jollo

Jollo is a simple card game which the children from Logonia love to play. It is played between two players with a normal deck of 52 cards. In the game, cards are ordered according to their rank and suit, forming a sequence of 52 distinct values…


UVa100–3n + 1 problem

PROBELEM UVa100 link SUBMIT

DIFFICULTY — Beginner

PREREQUISITE — loops and basic maths

GOTCHA -

  • Integer data type could be enough for this problem.
    But the interim process might not go…

Getting started with UVa Online Judge

What is uva online judge after all ?

UVa Online Judge is an online automated judge for programming problems like Codechef, Hackerrank etc.
but is one of the most used online judge.