javascript-algorithms
javascript-algorithms copied to clipboard
Does the eulerian-path find all possible cycles?
It appears the hamiltonian-cycle module finds all possible cycles. Does the eulerian path module find all possible cycles, or just one? If not, how would you modify it to find all possible cycles? I would like to try and redo this Hamiltonian cycle de Bruijn sequence finder using Eulerian paths instead :). Thank you for all your work on this!