Description: Shortest Common Superstring Problem by using suffix trie and branch-and-bound. This code is from Shin, YoungJin, Korea
- [trie_suffix] - Suffix tire tree (tire chart), for use i
- [trie] - trie dictionary tree C language implemen
- [Trie] - trie tree trie tree is a realization of
- [filt] - Software filters,low filters,band filter
- [Linker] - winbond 8bit 6502 mcu linker
File list (Check if you may need any files):
scs\prioq.cpp
...\prioq.h
...\ReadMe.txt
...\scs.cpp
...\scs.sln
...\scs.suo
...\scs.vcproj
...\stdafx.cpp
...\stdafx.h
...\suffixtree.cpp
...\suffixtree.h
...\tsp.cpp
...\tsp.h