To return the 'm' smallest numbers from a file of 'n' numbers
Software Development Interview Questions
36,965 software development interview questions shared by candidates
Given an array of sorted integers where duplicates are allowed, find the index of the first number I give you?
Implement a stack using two queues.
Using Collabedit, write a program to find the index of the first non-repeated character in a java string.
Find the 20 longest strings in a text file.
The first coding question was to determine whether a list of integers with size N, contains all the numbers from one to N.
1. In an array provide pairs of numbers that add to a particular value 2. In fibonacci series provide sum of all even numbers
Find the last element of a linked list.
Coding Challenge 3) You are given a linkedlist with next and arbitary pointers. Create a new linkedlist similar to the given linkedlist. You need to create a code for deep copy of a linkedlist.
Having an infinite supply of water and two containers, one for 3 liters and one for 5 liters, how would you measure 4 liters?
Viewing 51 - 60 interview questions