Skip to content

URL Web - Create intial data structure #4

Description

@jjackson37

All the URLs we extract will need to be stored in a large data structure.
The way I see it is similar to a linked list but with multiple dimensions.
The object will probably have two properties :

  • The actual URL string.
  • A collection of these objects that this URL connects to, i.e. the valid URLs that were found on this page.

With these properties we can tell what URLs are connected and in which directions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions