Your cart is currently empty!
Tag: depth first search
Depth First Search… or Searching for Atlantis.
This is going to be a short one. Because the analogy here is much more intuitive and can more easily be applied to a range of circumstances… Imagine you’re on a yacht near the Bimini Islands searching for The Lost City of Atlantis. You have “reliable” info that the city may be somewhere in the…
Depth First Search (Trees)
Depth First Search was previously covered in my blog here but as I’ve been exploring more programmatic “use cases” with my other Code Pattern posts, I get the impression that Depth First Search could be useful in programming some “Natural Language Processor” to check for specific meaning first and then back up to something more…