feat: update readme
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# math
|
||||
|
||||
| Class | Comments |
|
||||
|--------------|------------------|
|
||||
| Crt | 中国剩余定理 |
|
||||
|--------------------------|------------------|
|
||||
| ChineseRemainderTheorem | 中国剩余定理 |
|
||||
| EulerTheorem | 欧拉定理 |
|
||||
| ModularInv | 求乘法逆元【扩展欧几里得法】 |
|
||||
| Sqrt10 | 求 \sqrt{10}【连分数】 |
|
||||
|
||||
@@ -2,7 +2,7 @@ package me.hatter.math;
|
||||
|
||||
import java.math.BigInteger;
|
||||
|
||||
public class Crt {
|
||||
public class ChineseRemainderTheorem {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(crt(
|
||||
Reference in New Issue
Block a user