Recently I watched an interesting video in youtube, the vbloger use calculating Fibonacci number to explain dynamic programming after watch this video, I decide to write it down in English, also for practice my written English ok, in this article, we…
http://julialang.org/ julia | source | downloads | docs | blog | community | teaching | publications | gsoc | juliacon | rss Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to…
We began our study of algorithmic techniques with greedy algorithms, which in some sense form the most natural approach to algorithm design. Faced with a new computational problem, we've seen that it's not hard to propose multiple possible greedy alg…