Tagged in

Cps

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

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…


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…


Watson uses Social Network BOOKSHEF

PROBLEM BOOKSHEF link SUBMIT link

Prerequisite –Sorting ,vector in C++, Hashing C/C++.

Coding Difficulty: Easy

Algorithms Used: Sorting

Problem Description:


Uva278 — Chess

PROBLEM link SUBMIT link

Prerequisite — basic knowledge of chess

Theory Difficulty: easy

Coding Difficulty: trivial

Algorithms Used: math


SPOJ MC — Minimum Cost

Problem Name: MC — Minimum Cost

This article is contributed by Rainy Jain

Problem Statement :

Given two string S and T. you can delete a character from S with cost 15 and a Character T with cost 30. Your goal is…


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…