Design a function to reverse the order of words in a string - "This is a string" -> "string a is This"
Software Development Interview Questions
36,968 software development interview questions shared by candidates
Q. How to prioritize the features slotted for a given release.
Know your data structures
How to detect overlapping area for two rectangles
Connect nodes at the same level in a binary tree
Find if given number matched sum of two elements in sorted array.
Given a sentence input : helloworld output: HelloWorld YOu should make use of a dictionary available with you. Capitalize the dictionary words in the sentence
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?
Given a linked list with three fields: a data field, a next field and a random pointer field (which is a field that points to null or to an element in the linked list) write a function to return a copy of the linked list without destructively modifying the original linked list
Viewing 361 - 370 interview questions