You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[ksort.h][ksort]: generic sort, including [introsort][4], [merge sort][5], [heap sort][6], [comb sort][7], [Knuth shuffle][8] and the [k-small][9] algorithm.
24
25
*[kseq.h][kseq]: generic stream buffer and a [FASTA][10]/[FASTQ][11] format parser.
25
26
* kvec.h: generic dynamic array.
26
27
* klist.h: generic single-linked list and [memory pool][12].
27
28
* kstring.{h,c}: basic string library.
28
29
* kmath.{h,c}: numerical routines including [MT19937-64][13][pseudorandom generator][14], basic [nonlinear programming][15] and a few special math functions.
30
+
*[ketopt.h][ketopt]: portable command-line argument parser with getopt\_long-like API.
29
31
30
32
#### Components for more specific use cases
31
33
@@ -231,7 +233,11 @@ can be found in the [test/][24] directory.
0 commit comments