Algorithm design is the most important skill in programming contests. Many contestants use Introduction to algorithms 2nd/3rd edition. The problems and exercises in textbooks are usually different fro…
Hi, all!
The book (I have the 3rd edition) claims that for BFS we can `remove` lines 5 and 14 of the original algorithm and this modified procedure should produce the same result. I either found a …
[In problem 7.1 part b](https://walkccc.me/CLRS/Chap07/Problems/7-1/), we are asked to prove the correctness of hoare's partition algorithm by arguing that the algo doesn't access elements outside the…
**MAJOR**
- [x] checkIsCurator function is broken as the logic doesn't fit the data (map collections array and check curators on each one).
- [x] removeCollection doesn't work not id is found.
- […
**Edit: the "no .NET Framework support for ASP.NET Core 2.0" plan has been officially cancelled and running ASP.NET Core 2.0 on .NET Desktop will be supported in the next previews.** For more informat…