README

- Function experiment_freqs() in file mainwin.c documents how to call the different algorithms.
- Each method has different functions to create the stream, update the stream and determine the result.
- For example, for the TiTiCount algorithm the stream is created with function hc2_init() , updated with function hc2_update() and the result is determined with function alg2_output().
- hc2_init(),hc_init(),histogram_hc_init() initializes the TiTiCount, TiTiCount+,TiTiCount+h algorithms, respectively.
- SSW_Init() initializes the CC algorithm.
- SSW2_Init() initializes the CC2 algorithm.
- To compile, execute "make". The executable mainwin will be created.
