Traverse a binary search tree and return the values in each node.
Software Intern Interview Questions
20,223 software intern interview questions shared by candidates
Basic question that used binary search
What are you looking for in an internship?
Details about the collections library in java
Tell me about yourself and your experiences
Why did you apply to Geotab?
What does SSL stand for?
HR screening: What's the kill signal in linux?
1. What does HTML stand for? 2. What is ssh?
# List of tickets, in the form (origin, destination) ORIGINAL_TICKETS = [ ('SFO', 'LAX'), ('LAX', 'JFK'), ('JFK', 'LHR'), ('LHR', 'CDG'), ('CDG', 'DXB'), ('DXB', 'HKG'), ('HKG', 'HAM'), ] Write a function which given the original origin, find the final destination. Then write a function that would find both the original origin and final destination with only access to that ticket list. Finally write a function that finds a missing ticket given the original origin and final destination.
Viewing 1291 - 1300 interview questions