Skip to content

Animations of the Proposed Algorithms #7

@krashish8

Description

@krashish8

Algorithms

  • Undirected Depth First Search
  • Sequential Vertex Coloring
  • Depth First Search (Directed)
  • Maximum Adjacency Search

Terminology

For Undirected Depth First Search and Depth First Search (Directed)

Node / Edge Representation Meaning
c1 Vertex is not visited
c4 Vertex is currently processing
c2 Vertex is visited
c3 Vertex is visited and processed
l1 Edge is not visited
l2 Edge is visited
l3 Edge is visited and processed (while backtracking)

For Sequential Vertex Coloring

Color Value Meaning
0 Yellow
1 Blue

For Maximum Adjacency Search

Node / Edge Representation Meaning
c1 Vertex is not visited
c4 Vertex is currently processing
c3 Vertex is visited and processed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions