Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 354 Bytes

FCFTW

Computational Geometry final project

The Key module contains the workings of a triply-linked list, which is a doubly linked list in which different lists can share elements, allowing traversal across different lists. key.ml contains the source, and key.pdf is a pdf generated by ocamldoc and compiling the resulting LaTeX file.