Subscription Submission
Encryption – Algorithms(Implementation)
Submission Sample #2 is a case that should be carefully considered if(nRow * nCol < s.size()) nRow++;
Organizing Containers of Balls – Algorithms(Implementation)
Description Submission The size of each container should be unchanged The balls move until for each container, there is only one kind of ball inside
Queen’s Attack II – Algorithms(Implementation)
Description Submission No quick solution, for each one of the 8 directions, find the closest obstacle.
Day 18: Queues and Stacks
Description Solution The solution is easy but inspires me with a new way to find a palindrome.
Day 16: Exceptions – String to Integer
Description Submission stoi function throws errors but the int() constructor does not Reference Day 16: Exceptions – String to Integer http://www.cplusplus.com/reference/string/stoi/
Non-Divisible Subset – Algorithm(Implementation)
Description Submission A Stupid Submission Follow the explanation Greedy Algorithm, not always work, made the problem really complicated Smart Submission Categorize the numbers based on […]
Cut the sticks – Algorithms(Implementation)
Description Submission