1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ Collection of algorithms and data structures in C++ used widely in Competitive p
111
111
* [ Mobeius Function] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/mobeius_function.cpp )
112
112
* [ Euler Totient Function] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/euler_phi_euler_totient_function.cpp )
113
113
* [ Lucas Theorm - Combinatorics] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/lucas_combinatorics.cpp )
114
+ * ** Computational Geometry** :
115
+ * [ Convex Hull] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/convexhull.cpp )
114
116
* ** Misc** :
115
117
* [ Sum of floor(x) with x=1: n ] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/aggreate_sqrt_distinct_values.cpp )
116
118
* [ Sum of cyclic functions * ] ( https://github.com/dragonslayerx/Competitive-Programming-Repository/blob/master/src/aggregate_cyclic_function.cpp )
0 commit comments