Assume that you are given the head and tail pointers of a doubly linked list where each node can also have a single child pointer to another similar doubly linked list. There are no cycles in this structure outside of the traditional double links. Write a procedure in C++ that flattens this structure into a single list.
Perguntas de entrevista de Microsoft Software Engineer
41 Perguntas de entrevista compartilhadas pelos candidatos | microsoft software engineer
implement a function thet gets a string ans prints all string permutetions
Write a procedure in C that reverses the letters of a null-terminated string. Then write another procedure in C that reverses the words of a null-terminated sentence.
<Behavioral Questions> Q: When was the time that you had to work with a person that you did not like?
<Whiteboard Question> Q: Implement a stack or a queue (It can be done using an array or a linked list).
White board for a few Microsoft technology questions
<Whiteboard Questions> Q: Implement a stack or a queue (It can be done using an array or a linked list).
<Whiteboard Questions> Q: Find where two linked lists intersect.
The second question was a system design question. Basically, how would you design a payroll system, then how to generate individual keys for a system, and he kept tagging more questions to the original system design question.
Write a function to determine if you can successfully take a picture of two football teams lined in front of each other. You can rearrange the players but you can not mix players from different teams on the same line. i.e one team must be in front of the other team. The function should just return true or false.
Exibindo 1 a 10 perguntas de entrevista