Question d’entretien chez Flipkart

all were normal data structure questions, including binary tree and dynamc programming.. puzzles were tough

Réponses aux questions d'entretien

Utilisateur anonyme

13 sept. 2012

Can you give what are the questions they asked?

1

Utilisateur anonyme

13 sept. 2012

1) Given a string of alphabets containing spaces(may be multiple), write a code to remove the spaces. (if u solve it properly then they will add more constraints and ask u to improve the algorithm). 2) given a number in binary form, find the next biggest number having the same number of bits set. 3) Find the closest ancestor of two nodes in a tree. 4) write code to find all permutations of string.

2