문제

So I have recently been reading some papers on the relationships of graph theory and knot theory, and that got me thinking about representing knots in code.

My current intuition on this matter is to treat the knot as essentially a planar graph, where each vertex is located at any crossing. We would then also store how the crossing was oriented for any given vertex.

Is this pretty much how it's done, or are there better ways out there?

Thanks!

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top