#### Endpoint /cycle #### Implementation * Oracle: /cycle?node_id=1 is almost same as /shortest?start_node_id=1&end_node_id=1&topk=2&topkOffset=1 * Neo4j: The shortest path algorithm does not work when the start and end nodes are the same. #### Arguments * node_id * max_hops
Endpoint
/cycle
Implementation
Arguments