-
Hi,
When debugging an issue with [octocatalog-diff](https://github.com/github/octocatalog-diff/blob/master/lib/octocatalog-diff/catalog-diff/differ.rb#L525) we narrowed down the problem to HashDiff…
-
I'm trying to use pretty-assertions for [snapshot testing](https://blog.anp.lol/rust/2017/08/18/golden-master-regression-in-rust/). I compare the snapshotted multiline-string with the new value using …
-
I've had this idea kicking around for a while.
Mosh currently generates display updates with ad-hoc code in `Terminal::Display::new_frame()` and `Terminal::Display::put_row()`. This code generates s…
cgull updated
7 years ago
-
The Longest Common Subsequence (LCS) algorithm is a classic dynamic programming problem that identifies the longest subsequence present in both given sequences, where a subsequence is derived from ano…
-
I pointed the sharp end of `trgroup` v0.11.2 at the `trconvert`ed postgres grammar, and I got
```
System.Exception: Exception of type 'System.Exception' was thrown.
at NWayDiff.Classical`1.class…
SKalt updated
3 years ago
-
I'm a bit out of this algorithms stuff so i don't have much to contribute here yet, but let's list some of the cool things that we intent to implement :))
@MateusZitelli started with the series of s…
-
**Do you want to request a *feature* or report a *bug*?**
Not sure if it's a bug or an 'accepted' behavior. But this can affect performance in some situations or even 'break the expectations' in ot…
-
I would like to contribute by creating a dedicated folder for Dynamic Programming algorithms. This folder will include solutions to common DP problems such as:
Longest Common Subsequence (LCS)
Kn…
-
Tentatively leaning towards [Pa](http://bramcohen.livejournal.com/73318.html)[tie](http://alfedenzo.livejournal.com/170301.html)[nce](http://git.661346.n2.nabble.com/Bram-Cohen-speaks-up-about-patienc…
-
不要对名字浮想联翩,过度扩充它的含义,我们更应该关注它的定义和它想表达的内容。
DP的关键就是求解子问题的时候,能够重复利用(reuse)已经求解的子问题结果,而不是从头计算,因此降低了计算的时间复杂度(但是提高了空间复杂度)。
> Simplifying a complicated problem by breaking it down into simpler sub-prob…