DNA sequences and character strings are now handled using AVL trees.

This commit is contained in:
Celine Mercier
2015-12-11 17:24:44 +01:00
parent 1586956d57
commit c139367555
26 changed files with 2178 additions and 1711 deletions

View File

@ -16,7 +16,8 @@
#include <math.h>
#include "encode.h"
#include "obiarray.h"
#include "obierrno.h"
#include "obitypes.h" // For byte_t type
#include "obidebug.h"