-
Notifications
You must be signed in to change notification settings - Fork 13
Interview Experience 32
sggarg edited this page Aug 13, 2017
·
1 revision
The following questions were asked in subsequent rounds:
-
Remove loop in linked list in O(n) time
-
Rotate matrix by 90 degree without extra space
-
Door toggling problem in O(1) time no extra space
-
check for palindromic substring in O(n2) time and O(n space)
-
String problem Input : aaaabcccc Output : a4bc4
-
theoretical questions on oops and database
-
a weird question : how will u check a table if it is ok or not
-
early binding vs late binding
-
how will u implement text editor