Tagged in

Codechef

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

Train Partner — ANKTRAIN

Problem link. Submit here

Solution:

All we have to do is to find the train partner where seats are following the pattern given in question:

3UB   |  6UB  
2MB | 5MB
1LB | 4LB
7SL | 8SU

Chef And Squares CHSQR

PROBLEM:-CHSQR SUBMIT IN PRACTICE :-submit

DIFFICULTY:- EASY

PREREQUISITE:- Knowledge of Loops .

PROBLEM:- Chef has to fill a K x K square grid of integers in a certain way. Let us say that such a grid is valid


Task for Alexey — ALEXTASK

PROBLEM link for practice FOR PRACTICE : SUBMIT

Difficulty : Easy

Prerequisite: Simple Maths

Problem Description:


Watson asks Does Permutation Exist PERMEXIS

PROBLEM :- PERMEXIS SUBMIT IN PRACTICE :- SUBMIT

DIFFICULTY :-EASY

PREREQUISITE :-Any Sorting Algorithm Having good time complexity about O(n Log n)


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:


Chef and Keyboard CHEFKEY

PROBLEM :- CHEFKEY SUBMIT IN PRACTICE- SUBMIT

DIFFICULTY- very easy

EXPLANATION-

This is one of the easy problem.
Assume here that you are given a rectangle of some dimension say n × m.


Fenwick Iterations — FENWITER

PROBLEM link SUBMIT in practice

DIFFICULTY LEVEL- Easy

PREREQUISITE- Fenwick tree basics, Bit manipulation.

PROBLEM: