Difference between revisions of "Standard Library"

From EOJ Wiki
Jump to navigation Jump to search
(创建页面,内容为“ == Java == == Data Structures == * Binary-Indexed Tree * Segment Tree == Math == * Multiply, Power and Inverse * Extended Euclid”)
 
Line 1: Line 1:
 
 
== Java ==
 
== Java ==
 
  
  
Line 8: Line 6:
 
* Binary-Indexed Tree
 
* Binary-Indexed Tree
 
* Segment Tree
 
* Segment Tree
 
  
  
 
== Math ==
 
== Math ==
  
* Multiply, Power and Inverse
+
* [[Multiply, Power and Inverse]]
 
* Extended Euclid
 
* Extended Euclid

Revision as of 06:55, 6 March 2018

Java

Data Structures

  • Binary-Indexed Tree
  • Segment Tree


Math