Depth-first search of a graph, backtracking, hashmaps, big-O notation
Software Engineer New Grad Interview Questions
2,940 software engineer new grad interview questions shared by candidates
One was about navigating through a filesystem
LISP expression parsing and a followup question on it.
Algorithm Questions involving an array
Leetcode medium and hard level questions, most weren't on leetcode.
Design a elevator
Questions similar to Leetcode.
Leetcode easy involving hashset and two pointers
Given a BST, implement a Sibling member variable and initialize them: struct Node { int data; Node* left; Node* right; Node* sibling; }; Such that all Nodes at the same depth point to the one to the right: 5 / \ 3 -> 7 / \ / \ 1 -> 4 -> 6 -> 9
Given a string of brackets, and determine whether it is valid
Viewing 381 - 390 interview questions