Skip to content

Interview Experience 157(Intern)

pkkp86nitd edited this page Aug 28, 2019 · 1 revision

2019

Software Development Engineer Intern

"F2F-Technical(After Qualifying Online Round)

    • Array has a property of adjacent elements having an absolute difference of 1.
    • Perform the most optimal search possible in this case .
    • Perform a modified binary search.
    • Word ladder problem.
    • Solved on the spot using tree , can also solve using trie.
    • Optimise space using queue.

"

Clone this wiki locally