CS 506: Resources

  • Libraries:
  • Other texts:
  • Standard conferences:
  • Standard journals:
  • Applications: Much work in applied computational geometry gets published in journals and conferences devoted to computer graphics, pattern recognition, image understanding, visualization, scientific computing (especially work on meshes), databases, etc.
  • Web resources: Several researchers maintain elaborate web sites on the topic; best among these are David Eppstein's Geometry Junkyard, Jeff Erickson's Geometry Page. A fun Voronoi diagram code written in GL for the SGI sits in my directories under ~moret/bin/sgi/voronoi -- try it sometime on an SGI.
  • Code for box intersection in high dimensions: my code for four different approaches can be found here; there are four approaches: brute force (directory brute, priority kd-tree (directory kd), segment-range trees (directory segment-range, and the theoretically optimal approach (directory linear).
  • Back to CS 506 home page