BFS
Software Development Engineer Interview Questions
32,860 software development engineer interview questions shared by candidates
BFS
How would you test the function above?
implement factorial method
Test the Find - Replace Dialog
Write the strstr function.
Write an algorithm to validate a palindrome
deep copy a graph
You're converting a string (s1) into another (s2) by changing the characters in s1. You can do add/delete/replace the characters of s1 to get s2. The cost of any of those operation for a character is 1. Find the minimum cost to convert s1 into s2. Write program and test cases for the same. For example: Convert "Hi" into "Hey". This would require minimum two cost. 1. Replace 'i' with 'e' in s1 2. Add 'y' to s1. Now we've s2.
Convert a number to a roman number
Remove repeated characters from a string
Viewing 1971 - 1980 interview questions