Hello!
There is a graph of the following form.
Nodes:
LessonSkill
Relations:
Lesson requires some skills: (:Lesson)-[:REQUIRES]->(:Skill)
Lesson provide only one skill: (:Skill)-[:PROVIDED_BY]->(:Lesson)
How can I get all longest paths (chains of le...