-
-
Related: LeetCode 394 - Decode String http://bookshadow.com/weblog/2016/12/11/leetcode-encode-string-with-shortest-length/ Given a non...
-
HackerRank: N Puzzle N Puzzle is a sliding blocks game that takes place on a k * k grid with ((k * k) - 1) tiles each numbered from 1 to ...
-
Buttercola: Buddy System Given a complete binary tree with nodes of values of either 1 or 0, the following rules always hold: 1. A node...
-
http://www.geeksforgeeks.org/the-lazy-caterers-problem/ http://www.geeksforgeeks.org/pizza-cut-problem-circle-division-lines/ Given an in...
-
https://paper.dropbox.com/doc/Interview-Notes-Dropbox-wl7npLjRBjrAKA5AOBsaM Behavioural https://www.paysa.com/blog/2017/04/05/what-to...
-
https://www.codechef.com/problems/ANUBTG It is winter super sale and all the shops have various offers. Suraj selected N items to buy a...
-
Related: LeetCode 223 - Rectangle Area LeetCode 850 - Rectangle Area II LeetCode 939 - Minimum Area Rectangle LeetCode 963 - Minimum Ar...
-
Greedy Algorithms | Set 3 (Huffman Coding) | GeeksforGeeks Huffman coding is a lossless data compression algorithm. The idea is to assign ...
-
Count Distinct Subsequences - GeeksforGeeks Given a string, find count of distinct subsequences of it. Input : str = "gfg" Out...