Write code in your favorite programming language that will accept two strings and return true if they are anagrams.
Software Development Interview Questions
37,008 software development interview questions shared by candidates
How many people can you stuff in a school bus
Given inorder and preorder traversals of a tree, reconstruct the tree.
Given an array of positive and negative numbers, give an algorithm that would find the sequence of numbers that give the largest sum. The numbers have to be in sequential order.
Propose an algorithm to remove duplicates in very large datset (which cannot be completely stored in memory for processing). Now, give scenarios in which your algorithm fails.
Array, Tree, Dynamic Programming questions
Write recursion that calculate the permutation of string
Write test cases for the above function.
Write code to search a substring from another string
Don't remember the exact question but it was related to string and array (Leetcode medium)
Viewing 1081 - 1090 interview questions