Skip to content

Commit

Permalink
Add nim product docs and mark it verified
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeletWithoutEgg committed Feb 6, 2024
1 parent 75b7ad7 commit a347a67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/Misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,10 @@ Fast modulo operation of non-constexpr constant.
Only able to handle odd modulo.
### Test Status
Tested with MillerRabin and PollardRho.

## Nim Product
### Description
Nim product
ref: [ecnerwala](https://github.com/ecnerwala/cp-book/blob/master/src/nim_prod.hpp) and [correct.cpp](https://github.com/ecnerwala/cp-book/blob/master/src/nim_prod.hpp).
### Test Status
Passed [library checker](https://judge.yosupo.jp/submission/188957). Relatively slow.
2 changes: 1 addition & 1 deletion pdf/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,4 +426,4 @@
verified: 012165f
- name: Nim Product
path: NimProd.cpp
verified:
verified: 75b7ad7

0 comments on commit a347a67

Please sign in to comment.