Development Engineer Interview Questions

37,115 development engineer interview questions shared by candidates

Print all permutations of a string *using no extra memory\data structures* (pointer variables are ok) + after i solved that it became tougher - handle duplicates (E.g aaab permutation should not print duplicates)
avatar

Software Development Engineer

Interviewed at Microsoft

4
Oct 4, 2010

Print all permutations of a string *using no extra memory\data structures* (pointer variables are ok) + after i solved that it became tougher - handle duplicates (E.g aaab permutation should not print duplicates)

The interviewer confused me like hell when describing the question. Every node of the tree has a pointer to its left most child. each node has a pointer to its next sibling. Its a BST. Find the smallest value in the tree.
Feb 25, 2013

The interviewer confused me like hell when describing the question. Every node of the tree has a pointer to its left most child. each node has a pointer to its next sibling. Its a BST. Find the smallest value in the tree.

Viewing 671 - 680 interview questions

Glassdoor has 37,115 interview questions and reports from Development engineer interviews. Prepare for your interview. Get hired. Love your job.