Given an unfair coin, devise an algorithm to produce a fair coin's output.
Programador Net C Interview Questions
711,727 programador net c interview questions shared by candidates
What are the most challenging tasks you faced in your previous projects and how did you handle them
Probability of a knight making a valid move on NxN matrix in m steps.
Find count of unique characters in a given string
Given a string of format '2+3*2-1', calculate and return the result. No parenthesis in the input, just integers and + - * / operators. Operator precedence has to be considered. Linear time complexity and minimal data structure use is preferred.
Given a triangle, determine if its a scalene, equilateral, isosceles or neither... required knowledge of triangle properties, I learnt these properties about two decades ago so ofcourse I was fuzzy on the details, completely unexpected
Save a tree to an array
Find the nth element in a linked list in constant time and space.
implement strtok
Imagine you have a string and you want to return False if there are repeat characters in this string, what are the fastest and most space efficient ways to do this. (I clarified and he only wanted to return False if there was a repeat letter or number)
Viewing 1581 - 1590 interview questions