Badgerati / VisitorList

A data structure, written in Java, for storing a set of keys, each with a set of links; keeping in memory whether those links have been visited to from their parent key. Because this is a List, it retains the order in which keys and links are added, which may be crucial for some algorithms. If this is not the case, you may be more interested in the VisitorMap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Badgerati/VisitorList Stargazers