ENUM
Algorithm
Algorithm is a Graph Traversal algorithm
link GraphQL Schema definition
- enum Algorithm {
- # BFS is short for the breadth-first search algorithm
- # DFS is short for the depth-first search algorithm
- }
ENUM
Algorithm is a Graph Traversal algorithm
- enum Algorithm {
- # BFS is short for the breadth-first search algorithm
- # DFS is short for the depth-first search algorithm
- }