issues
search
rust-lang-ja
/
ac-library-rs
ac-library-rs is a rust port of AtCoder Library (ACL).
Creative Commons Zero v1.0 Universal
225
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Arithmetic operations between primitive and modint
#139
TonalidadeHidrica
opened
2 weeks ago
3
Fix FromIterator for Segtree
#138
mousecrusher2
opened
9 months ago
1
Update rust-toolchain to 1.70.0
#137
togatoga
closed
10 months ago
5
Fix tests in src/convolution.rs
#136
koba-e964
closed
1 year ago
0
Allow arithmetic operations on references of `ModInt`s
#135
TonalidadeHidrica
closed
1 year ago
1
Modify `test-expand.sh` so that `test` binary is generated as a tmp file
#134
TonalidadeHidrica
opened
1 year ago
0
Relax the constraints of `floor_sum` (revised)
#133
TonalidadeHidrica
opened
1 year ago
1
Release v0.1.1
#132
qryxip
closed
1 year ago
0
Set `package.metadata.docs.rs.rustdoc-args`
#131
qryxip
closed
1 year ago
1
Set `rust-version`
#130
qryxip
closed
1 year ago
1
Release v0.1.0
#129
qryxip
closed
1 year ago
0
Update the readme
#128
qryxip
closed
1 year ago
1
Remove `package.authors`
#127
qryxip
closed
1 year ago
1
Rename the crate name to `ac_library`
#126
qryxip
closed
1 year ago
1
Rename the crate name to `acl`
#125
qryxip
closed
1 year ago
0
Use KaTeX for modint
#124
qryxip
closed
1 year ago
1
Support modint under m = 1
#123
qryxip
closed
1 year ago
2
Make `Zero` and `One` extensional traits
#122
qryxip
opened
1 year ago
4
Fix comment in `crt`
#121
TonalidadeHidrica
closed
1 year ago
0
ci: ubuntu-20.04, macos-11
#120
mizar
closed
1 year ago
0
Publish library to crates.io
#119
TonalidadeHidrica
closed
1 year ago
1
Bump Rust version to 1.56.0
#118
TonalidadeHidrica
closed
10 months ago
8
Tentative solution for CI (Clippy error, deprecated warning)
#117
mizar
closed
1 year ago
0
katex 0.16.4
#116
mizar
closed
1 year ago
0
Segtree: Monoid BitwiseOr/BitwiseAnd/BitwiseXor, get_slice
#115
mizar
closed
1 year ago
2
Improve floor_sum
#114
mizar
closed
1 year ago
3
Work clippy
#113
mizar
closed
1 year ago
1
u32 modulo fix
#112
mizar
opened
1 year ago
6
mul_mod for 2^31 < m < 2^32
#111
mizar
opened
1 year ago
2
Corner cases of "modint" when mod = 1
#110
rsk0315
opened
2 years ago
0
Remove the hand-made `input!`
#109
qryxip
closed
1 year ago
1
Workaround for Japanese Windows environment
#108
mizar
closed
1 year ago
4
Implement FromIterator for Lazy/Segtree and improve performance
#107
TonalidadeHidrica
opened
2 years ago
2
Make all types that implements `::num_traits::Zero` implement `crate::num_traits::Zero`
#106
TonalidadeHidrica
opened
2 years ago
0
Implement `num_traits::Zero`, `One`, and `Pow` for Modint
#105
TonalidadeHidrica
opened
2 years ago
3
Avoid `Clone` in `FenwickTree`
#104
TonalidadeHidrica
opened
2 years ago
0
Implement `From<Vec<T>>` and `FromIterator` for `FenwickTree`
#103
TonalidadeHidrica
opened
2 years ago
0
Use `Zero` trait for Fenwick Tree
#102
TonalidadeHidrica
opened
2 years ago
0
Allow `RangeBounds` for fenwicktree, segtree, and lazysegtree
#101
TonalidadeHidrica
closed
1 year ago
1
Add len and is_empty to fenwicktree, segtree, and lazysegtree
#100
TonalidadeHidrica
opened
2 years ago
1
fix: relax the constraints of floor_sum
#99
nebocco
opened
2 years ago
1
Executing expand.py from outer dir
#98
haruyama480
opened
2 years ago
3
Fix compatibility with cargo-equip
#97
toast-uz
closed
2 years ago
1
Prefer assert! to assert_eq! for boolean values
#96
koba-e964
closed
2 years ago
0
Add how to use to README.md
#95
koba-e964
opened
2 years ago
0
`convolution` fails for `Mod1000000007`
#94
tamuhey
closed
3 years ago
1
Make the names of graph structs consistent
#93
universato
opened
3 years ago
2
Verify with problems from Library Checker
#92
qryxip
closed
2 years ago
2
Track the recent changes in atcoder/ac-library
#91
qryxip
opened
3 years ago
1
Fix/max flow return condition
#90
MiSawa
closed
3 years ago
0
Next