Hasp map concepts theory questions coding question : Program to check if binary tree is a BST Complexity of the module written
Software Development Engineer Interview Questions
32,835 software development engineer interview questions shared by candidates
Create a Queue using two Stacks.
Give you an array of integers without duplication. Let you write a piece of code to return the pairs that their sum is 100.
Given an array of integers and k, print all the pairs of numbers (a,b), both of them inside the array, such that a+b=k
Most efficient algorithm for sorting infinitely long array
Questions related to stacks, queues (Eg:Implement a queue using stacks) Trees were heavily asked as well (Print a tree spirally, check if one BT is a mirror of another BT)
Check given binary tree is BST or not
design the objects needed to run a jukebox.
In an array, all numbers appear even times, while on number appears odd times. Find that number
Write a program for creating Huffman Coding for a set of characters given its frequency table.
Viewing 701 - 710 interview questions