We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.luogu.com.cn/problem/P3389 https://www.luogu.com.cn/problem/P4035 https://www.luogu.com.cn/problem/P2973 https://lightoj.com/problem/graph-coloring https://www.spoj.com/problems/XMAX/ https://codeforces.com/contest/167/problem/E https://codeforces.com/problemset/problem/1411/G
http://e-maxx.ru/algo/linear_systems_gauss https://cp-algorithms.com/linear_algebra/linear-system-gauss.html https://oi-wiki.org/math/linear-algebra/gauss/ https://codeforces.com/blog/entry/65787 https://github.com/jaehyunp/stanfordacm/blob/master/code/ReducedRowEchelonForm.cc
The text was updated successfully, but these errors were encountered:
I believe doing Gauss-Jordan elimination on real number and modular should be different section. The number of problems seems not enough.
Sorry, something went wrong.
RassssSnRk
Successfully merging a pull request may close this issue.
Outline
Problems
https://www.luogu.com.cn/problem/P3389
https://www.luogu.com.cn/problem/P4035
https://www.luogu.com.cn/problem/P2973
https://lightoj.com/problem/graph-coloring
https://www.spoj.com/problems/XMAX/
https://codeforces.com/contest/167/problem/E
https://codeforces.com/problemset/problem/1411/G
Reference
http://e-maxx.ru/algo/linear_systems_gauss
https://cp-algorithms.com/linear_algebra/linear-system-gauss.html
https://oi-wiki.org/math/linear-algebra/gauss/
https://codeforces.com/blog/entry/65787
https://github.com/jaehyunp/stanfordacm/blob/master/code/ReducedRowEchelonForm.cc
The text was updated successfully, but these errors were encountered: