alot of you are worried about style and memory. if you implement the trie straightforward and don't be fancy with adding random data types, stick with arrays, vectors, strings, etc.. you should stay well under 64m unless you have way too many structures. we don't expect it to be super fast, but we except it to run while we wait. we want you to be efficient, but don't get all stressed out, make it work then see what data could be eliminated. we encourage everyone to be creative but you must still work within our guidelines. i think we're being pretty fair with them too. |