Author: Unknown
Subject: Getting both reached-from and nsteps from hash table
Date: Tuesday, 14 Apr 2020, 17:22:18
I'm a little confused on how to get both REACHED-FROM and NSTEPS from the hash table, since a DictSearch function can only return one value. Should we be making the triples a struct of their own and just return the entire triple struct from DictSearch? Or should we encapsulate REACHED-FROM and NSTEPS into their own struct (separate from POSITION)?PREV INDEX NEXT