how to make it O(n)
Sdet Interview Questions
4,387 sdet interview questions shared by candidates
Remove a node from Linked list when address of same node is given
There was nothing difficult or unexpected about the interview.
Standard coding and design questions. Some questions about my background. A tedious question was to convert a string representing a roman number to an integer. This question is not hard to solve, but tedious to code.
Given a 2D array of boolean values determine the largest square sub-array containing only 1s.
Program in ide: Input - wwwaabbc Output - w3a2b2c1
Online test
Delete n-th element from linked list. Note, you don't have a pointer to the Head of the list.
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
Print the binary tree in zig-zag order.
Viewing 91 - 100 interview questions