Write a function to convert a number in Roman numeral form to a decimal representation.
Software Development Interview Questions
37,298 software development interview questions shared by candidates
Write a function to print out the contents of a singly-linked list in reverse order.
How to create excel header string
Write a function that reverses the letters in each word using only one char buffer. E.g.: "I work at Microsoft" to "I krow ta tfosorciM"
how can a particular application be tested apart from testing its functionality
You've a singly linked list where every node in the list has a field "random" which points to other node in the same list. Write a function to clone this list (create a new copy of the same). Don't use extra space (just the pointer variables are fine).
How many gas stations are there in California?
post order traversal of a Binary Search Tree Follow up Create a BST from this post order traversed array and write test cases for this function
Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
Find if given number matched sum of two elements in sorted array.
Viewing 371 - 380 interview questions