RSS feed
24dbfac3
– qwx <qwx@sciops.net>
authored
on 2020/08/23 10:15
mod: add modular exponentiation
e90778a0
– qwx <qwx@sciops.net>
authored
on 2020/08/23 09:41
strnaive: fix another stupid mistake
c740374d
– qwx <qwx@sciops.net>
authored
on 2020/08/22 20:16
add rabin-karp string search, including optimized variant
43e22aa2
– qwx <qwx@sciops.net>
authored
on 2020/08/22 19:54
kmp: fix used before set
44dfc2ed
– qwx <qwx@sciops.net>
authored
on 2020/08/22 18:13
kmp: add morris-pratt search
049ac545
– qwx <qwx@sciops.net>
authored
on 2020/08/16 21:55
declare kmpstrfind and silly statics
095fdd12
– qwx <qwx@sciops.net>
authored
on 2020/08/15 21:39
add kmp exact string search
dcb14ae7
– qwx <qwx@sciops.net>
authored
on 2020/08/15 18:41
fix idiot mistakes preventing compilation and notation in string comparison
1ef2d33d
– qwx <qwx@sciops.net>
authored
on 2020/08/15 17:33
more silly reshuffles
f8978196
– qwx <qwx@sciops.net>
authored
on 2020/08/14 20:03
add naive exact string match, resizable vectors and restructure
2850b592
– qwx <qwx@sciops.net>
authored
on 2020/08/11 19:03
add simple (and broken) descriptive statistics in awk
d13e97ee
– qwx <qwx@sciops.net>
authored
on 2020/08/11 19:03
add sorting algorithms in awk from tapl
bef4f6bd
– qwx <qwx@sciops.net>
authored
on 2020/08/11 19:02
add typical awk approach to binary data output
6c9eb7f7
– qwx <qwx@sciops.net>
authored
on 2020/08/11 07:33
add pairing heaps