Graph Theory & Reddit Comments Given a set of integers and another integer k, calculate the size of the largest non-divisible subset. Feb 20, 2017
Non Divisible Subsets Given a set of integers and another integer k, calculate the size of the largest non-divisible subset. Feb 20, 2017
Short coding questions to know by heart For those who don't look good enough to get an offer right away, this article includes various easy problems. The goal is to decompose the solving steps and manipulate simple data structures. Good luck if you're interviewing soon! Feb 20, 2017
Cracking the Interview : Making Anagrams How many characters do you need to remove to make two strings anagrams of each other? Solution using a dictionary. Feb 20, 2017