1st Round Coding
1) Find the euclidean distance between origin to a certain point reaching after moving in a certain way.
(S,12)
(E,5)
(N,10)
[N=North,S=South,E=East,W=West]
2) Find if your birth year is in the fibonacci series.
2nd Round: Coding Round
1) Print the nth term
1,0,22,23,43,88,64,195,85,344........n
2) Merge two sorted arrays