C++ Coding Exercise – Triangle – Leetcode Online Judge – O(n) Dynamic Programming Optimisation
September 30, 2014
algorithms, c / c++, code, dynamic programming, implementation, leetcode online judge, programming languages, python
No Comments

This puzzle is from Leetcode Online Judge and this may appear quite often during interviews. This puzzle asks you to find the minimal sum for a number triangle. You …