Recognizing abbreviated commands using `tries'
T. William Wells
bill at twwells.com
Wed Jan 10 21:24:10 AEST 1990
In article <SCOTT.90Jan9153157 at harpo.med.ge.com> <scott at gemed.med.ge.com> (Scott Woskoff) writes:
: Because the set of keywords never changes at runtime, but does usually
: change with each release of the program, I want to build the trie at
: compile-time, using C #defines, if possible. It's not clear to me,
: however, that it is possible to do so.
Write a program to convert your word list to source for a C data
structure.
---
Bill { uunet | novavax | ankh } !twwells!bill
bill at twwells.com
More information about the Comp.lang.c
mailing list