graph theory - Implementation of the Lipton-Tarjan algroithm -


does know of implementation of lipton-tarjan separator theorem planar graphs algorithm? couldn't find on google, surprised me considering how many times been cited since 1979. if that's case, try implementing algorithm myself.

http://www.cs.princeton.edu/courses/archive/fall06/cos528/handouts/sepplanar.pdf

the implwementation find essay written german students, explain implementation (without complete sourcecode though). => http://i11www.iti.uni-karlsruhe.de/_media/teaching/winter2006/algorithmengineering/ausarbeitung-pst.pdf

but since these algorithms used in lot of other algorithms (for example divide , conquer), should able find implementation sourcecode in there somewhere.

no matter if we'll find public sourcecode: yes, it's been implemented.

kind regards


Comments