1. KnapSack DP 2. BFS based algorithm 3. Greedy
Software Engineer Intern Interview Questions
9,351 software engineer intern interview questions shared by candidates
- different between http and https
How would you test a pen?
Describe how you would install and configure a router for a home network?
There were behavioral questions and some technical questions. The one technical question I remembered was N-queens problem.
Having milions of points with coordinates (x,y), how would you find points that are at distance at most d from the point given X, Y for every query?
recursion leetcode easy。 basic and design
Standard DP Questions in Online Coding Round
"Given an array of integers, return the indices of the two numbers that add up to a specific target." Example: Input: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] Explanation: nums[0] + nums[1] = 2 + 7 = 9
how to check if a string of difeerent parantheses is valid or not
Viewing 1401 - 1410 interview questions