The Game of Nim worded diffently.
Software Development Interview Questions
37,267 software development interview questions shared by candidates
out of 25 horses select the fastest three in minimum number of races where in each race there would be exactly five horses.
Design data-structures, dynamic programming questions
Given a list of n numbers. All numbers except one are unique. Find the number with duplicate entry.
List all anagrams in a file. Assumptions: case-insensitive, a-z characters only, one word per line. For example, if the file contains dog, cat, ddd, goo, act, god -- output dog, god, act, cat
Describe and code an algorithm that returns the first duplicate character in a string?
Given an array of integer in which all numbers occur even times except for one number occurs odd times, find it.
Data structures and Algorithms related
Find from alist of numbers where each number is repeating even number of times except one. Find that number ?
You are given an array with n positive integers where all values in the array are repeated except for one. Return the one that is not repeated.
Viewing 21 - 30 interview questions