Eulerian Path is a path in graph that visits every edge exactly once.
There are many algorithms to find Eulerian path in both directed and undirected graphs. I am enthusiastic to know how to find Eulerian path in a partially directed graph.
A partially directed graph is a graph with some(not all) of its edges directed.
Thanks, in advance!