Determine the first non-repeated character in a word. For example, in abbcaf it should return c. Do this in O(n) time with O(1) space.
Developer Support Engineer Interview Questions
1,137,045 developer support engineer interview questions shared by candidates
Find the first non-repeating character in a string
Given an array, put all repeated characters together.
Write a program to reverse words in a string
Write a query to get the required data regarding employees.
generating prime number
Take a number like 1234 Write a code to get the next number using the same set of numbers used in 1234. Like 1234 and the next number must be 1243 and so on
A big project for 4 teams each with 3 people to do.
aaabbbbbaccc give the count of each strig
1. find-all-anagrams-in-a-string 2. find common ancestor for a n-ary tree These two questions have to use JAVA to solve.
Viewing 1661 - 1670 interview questions