aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/5359.v
Commit message (Collapse)AuthorAge
* Fix an algorithmic issue in Nsatz.Gravatar Pierre-Marie Pédrot2017-04-09
We use heaps instead of continuously adding elements to an ordered list, which was quadratic in the worst case. As a byproduct, this solves bug #5359, which was due to a stack overflow on big lists.