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.
Software Development Engineer Interview Questions
32,839 software development engineer interview questions shared by candidates
Given an array, put all repeated characters together.
generating prime number
A big project for 4 teams each with 3 people to do.
Tell me a time when you get criticised about your work
Was given various challenges to write scripts that test different programs and data.
In a sequence of alphabets (like aaabbddaabbcc) write a program to find the number of the consecutive alphabets in and print the alphabet and number. example :if input is aaabbddaabbcc then output should be 3a, 2b, 2d, 2a, 2b, 2c
How do you swap two numbers without declaring temporary variable?
Write a function, that, given a paragraph as input, outputs the paragraph with all the words reversed.
Viewing 161 - 170 interview questions