Coding Challenge 1) Find the longest palindromic substring from the given string. No need of DP solution.
Software Development Programmer Interview Questions
33,153 software development programmer interview questions shared by candidates
To return the 'm' smallest numbers from a file of 'n' numbers
get the second most highest integer from an array
Implement a stack using two queues.
Given an array of sorted integers where duplicates are allowed, find the index of the first number I give you?
Using Collabedit, write a program to find the index of the first non-repeated character in a java string.
The first coding question was to determine whether a list of integers with size N, contains all the numbers from one to N.
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.
Find the last element of a linked list.
1. In an array provide pairs of numbers that add to a particular value 2. In fibonacci series provide sum of all even numbers
Viewing 41 - 50 interview questions