|
|
|
A lot of problems have already been solved.
|
|
|
|
|
|
|
|
For instance a lot of data structures have already been implemented.
|
|
|
|
|
|
|
|
Do you need a lookup table? There is already one in: `src/sac2clib/tree/LookUpTable.c`.
|
|
|
|
Do you want a hash table? Look in `src/include/uhash.h`.
|
|
|
|
Need nice strings look in src/support/str_buffer.c and src/support/str.c
|
|
|
|
|
|
|
|
Use this file to write about things you wanted to make but found were already available. |
|
|
|
\ No newline at end of file |