Leetcode style questions
Software Engineer New Grad Interview Questions
2,971 software engineer new grad interview questions shared by candidates
a dp problem
Given a list of airline tickets represented by pairs of departure and arrival airports [from, to], reconstruct the itinerary in order.
Given an expensive function and big numbers, figure out how to calculate some averages in a list efficiently while calling the expensive function the least amount of time possible.
1. Flights path and min cost 2. IP to CIDR
The hardest one is same as 'slope trick' in codeforce
Leetcode: Before and After Puzzle
LRU Cache
due to I had 3 interviews, so I cannot remember everything about it. PG cover reservoir sampling, shuffle algorithm and the last one is find the leftmost 1 in a matrix. e.g: 00111 01111 00011 00101 it should return 1
Windows Maintenance. Find the largest overlapping window time frame for maintenance to take place given a list of possible times from each department.
Viewing 181 - 190 interview questions