Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
This page is dedicated to UBC ACM ICPC Teams to discuss stuff that should normally be incomprehensible to normal beings.
Code ordersPlease place your order here. Assignments are not welcomed. It is better if you can cite the problem you are solving, or provide pseudo codes and reference, so that the potential author can edit it. | ||||||||
Changed: | ||||||||
< < | test
-- DuckySherwood - 17 Nov 2005
Gaussian Elimination on general M*N matrixSVD for M*N matrixuseful for Pseudo Inverse, Nullity Checking, Range checking | |||||||
> > | ||||||||
Problem DiscussionEuler Circuit (10735)Basically, we need to do a Maximum Flow to assign as much undirected edges as possible. Then we run the normal recursive/backtracking-like euler circuit algorithm to get the path. | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||