Bottom view of a binary tree. No of paths from top left corner to bottom right corner of a matrix with cost of K.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Data structures, algorithms and logic reasoning.
1. Min stack implementation 2. Connected components analysis
I was asked to implement a cache for storing visited webpages, including some sort of deletion algorithm if the maximum sized was achieved.
Related to solving 2-D matrix problems related to time/space complexity, DFS,BFS
7 Check the errors in the code kind of questions. 15 logical questions (You are A's Father but B's son.... kind of questions)
Array, Linked List, Write a code to add a node in linked list, Complexity, Given a binary tree, print out all of its root
Didn't sign NDA, but I would rather not disclose the coding questions they asked me. I would just say to practice CTCI / Leetcode / etc.
3 coding problem in hackerrank all of them are form basic algorithm. first was find the number containing max frequency and its frequency. second was given the max number of swaps create greatest after performing the given number of swaps.
Implement a Stack. (of ints; push, pop, peek) Implement a method that returns the smallest integer in the stack. (min) Implement a method that returns the statistical mode of the stack. (mode) O(1) time for all.
Viewing 141 - 150 interview questions