Skip to content

Commit

Permalink
Slight improvement to module doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Apr 16, 2024
1 parent 9e8e437 commit c8ba488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adix/bist.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Binary Indexed Sum Tree (BIST); Invented by P.Fenwick in 1994. { Fenwick
## proposed "BIT" but that A) collides with many uses, B) takes partial sums as
## implied, while the trick applies more broadly (e.g.products), and C) does not
## implied, but explicit is better (though products could work), and C) does not
## rhyme with "dist" (for distribution, which is what this is mostly about). }
## While the Internet has many tutorials, to my knowledge, no one (yet) collects
## these algorithms all in one place. Fenwick1994 itself messed up on what we
Expand Down

0 comments on commit c8ba488

Please sign in to comment.