did the IBGP routers send routing update to IBGP router
Development Interview Questions
137,207 development interview questions shared by candidates
Q) How would you all values from the nodes of a given binary tree into a string and then deserialize the string and put it back in the binary tree?
Find a longest Palindrome in a given string.
Find depth of a binary tree
Reverse a linked list
Given a list of points in 2D and a single reference point, find k nearest neighbors. No code required (iirc).
Find the max number in an array between start and end. The function would like: findMaxbetween(start, end, array): return maxNumber
Write code to find the nth fibonacci number.
Given a 5x5 board containing random characters, find all words that can be formed from consecutive adjacent (diagonals count) characters.
different between array and heap
Viewing 411 - 420 interview questions