System of linear equations mod 2 (library checker)

Правка en1, от yoshi_avx, 2026-01-11 07:16:50

It seemed that this problem got not much more development going to it since its introduction, so my solution is still the fastest after nearly a year: https://judge.yosupo.jp/submission/268155.

There're only two main optimizations: AVX input, and back-substitution using Method of Four Russians (this is how I became the fastest over adamant's lead.)

Would there be a faster solution to this problem?

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский yoshi_avx 2026-01-11 07:16:50 456 Initial revision (published)