Algorithms, coding and about project.
Software Development Engineer Interview Questions
33,183 software development engineer interview questions shared by candidates
Graph Coloring problem: given a connected graph, color each node in the graph such that no two adjacent nodes have the same color.
implement atoi
Determine whether a given binary tree is fully populated, where "fully populated" means that every internal node has exactly two children, and all terminal nodes are at the same depth.
Different Sorting Algorithms and Big O of each
Write a function that checks if a number's divisors sum up to that number, i.e. whether it's a perfect number or not.
You are given two buckets. One holds 3 gallons and the other holds 5 gallons. Have do you make 4 gallons of water?
how much memory is int[3000][3000] in bytes and then in MB's. should this size of memory be allocated or static?
Longest palindrome in a string.
How to save resources' IDs used by an activity and access them in O(1), assuming there could be an infinite number of resources?
Viewing 541 - 550 interview questions