Hasp map concepts theory questions coding question : Program to check if binary tree is a BST Complexity of the module written
Software Development Programmer Interview Questions
33,184 software development programmer interview questions shared by candidates
Describe red-black trees. Explain how to implement insert and delete functions on red-black trees.
Having to pick up n items from a warehouse find an algorithm to minimize the cost having a cost function to go from one item to another.
What algorithm would you use to search a sorted list? What is the complexity of the algorithm? Implement the algorithm in your language of choice.
Create a Queue using two Stacks.
You are given two arrays, design a method to produce the intersection of those arrays. Analyze its runtime.
If you get an array of integers, find the only integer that is repeated for an odd number of times.
Simple screening questions about my background
Given a sorted array of integers in increasing order (can contain duplicates), return the last index of a specified target integer, or return -1 otherwise. Thus 1, 2, 2, 3, 4 and the target is 2, the function should return 2.
Challenge
Viewing 721 - 730 interview questions