ENUM

Algorithm

Algorithm is a Graph Traversal algorithm

link GraphQL Schema definition

  • enum Algorithm {
  • # BFS is short for the breadth-first search algorithm
  • BFS
  • # DFS is short for the depth-first search algorithm
  • DFS
  • }