PREV INDEX NEXT

Author: Unknown
Subject: Non-alpha characters in standard input
Date: Wednesday, 22 Apr 2020, 16:23:10

Hwk6/Boggle doesn't quit when non-alpha characters are present in the standard input. Does it store any of the characters preceeding the non-alpha character in the trie. For instance, if "blu3" was one of the words in the standard input, does Hwk6/Boggle create trie nodes for 'b', 'l', and 'u' with null values? Does it create them and then remove them when it reads in the 3?
PREV INDEX NEXT