Tag: interview question
Implement a String Copy function in C – which is commonly asked during the coding interview for embeded programming jobs. In C, we use char * to represent the …
Want to challenge yourself before you go to apply the Data Scientist/Machine Learning/Big Data jobs? You are given the data of total (aggregated) power consumption of two days in …
Consider the time series of measurements m = and time points t1 = respectively and another sequence of time points t2 = . Write a function to, where possible, …
This is quite similar to the Two Sum puzzle. Given a collection of numbers, write a function that finds a pair that will sum to a given value. For …
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 …