Category: interview questions
Design a logger system that receive stream of messages along with its timestamps, each message should be printed if and only if it is not printed in the last …
Given a binary tree like this: 8 / \ 6 10 / \ / \ 5 7 9 11 Your task is to mirror it which becomes this: 8 …
The C is the subset of C++ and hence many C programmers that come from embedded background claim they can write proper C++ code. So here is a task …
It is said a Google Interview Question: You are given two eggs to test the minimal height (from 1 to 100) the egg will break if dropped at that …
Introduction This is a C++ coding test. It is expected that this task should take a few hours to complete. Task description Overview When designing graphics hardware it is …