├── .gitignore ├── BigInt.cpp ├── Conclusion.md ├── Datastructure.md ├── ExConclusion.md ├── Geometry.md ├── Graph.md ├── LICENSE ├── Math.md ├── Others.md ├── README.md └── debug.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/.gitignore -------------------------------------------------------------------------------- /BigInt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/BigInt.cpp -------------------------------------------------------------------------------- /Conclusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/Conclusion.md -------------------------------------------------------------------------------- /Datastructure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/Datastructure.md -------------------------------------------------------------------------------- /ExConclusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/ExConclusion.md -------------------------------------------------------------------------------- /Geometry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/Geometry.md -------------------------------------------------------------------------------- /Graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/Graph.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/LICENSE -------------------------------------------------------------------------------- /Math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/Math.md -------------------------------------------------------------------------------- /Others.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/Others.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/README.md -------------------------------------------------------------------------------- /debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiomofchoice-hjt/ACM-axiomofchoice/HEAD/debug.h --------------------------------------------------------------------------------