# Computational Geometry Resources
Add your resources here, we can order it later!
- [METU-OCW course](https://www.youtube.com/watch?v=_vfCXMSLMAU&list=PLNPbxFpuCy0-6GIUmiHCvj0H0hNxstOie), [course website](http://user.ceng.metu.edu.tr/~tcan/ceng773_s1415/overview.shtml)
- Textbook: [M. de Berg, M. van Kreveld, M. Overmars, O. Schwarzkoph, "Computational Geometry: Algorithms and Applications, 3rd edition,"](https://www.google.com/url? sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwjmu5Dv6pXrAhX6wzgGHc68CcoQFjABegQIAhAB&url=https%3A%2F%2Fpeople.inf.elte.hu%2Ffekete%2Falgoritmusok_msc%2Fterinfo_geom%2Fkonyvek%2FComputational%2520Geometry%2520-%2520Algorithms%2520and%2520Applications%2C%25203rd%2520Ed.pdf&usg=AOvVaw1NV1vt0detKwPX1qsu_KEW) This book has been suggested a lot online.
- [Coursera - Computation Geometry](https://www.coursera.org/learn/computational-geometry) the problem set of this course is pretty good
- [Nptel-IITD course](https://www.youtube.com/watch?v=3Uxw7F75_-8&list=PLE1010BEDB031C039)
- [CMSC754 - UMD Computational Geometry course notes](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwiyxaTox5XrAhUmyDgGHbuzAPQQFjADegQIAhAB&url=http%3A%2F%2Fgraphics.stanford.edu%2Fcourses%2Fcs268-16-fall%2FNotes%2Fcmsc754-lects.pdf&usg=AOvVaw2iZQm25UHaL-SFngvXLBkJ) this looks like it has good problems, the content might be advanced though not sure.
- [IIITD CS852](http://www.cse.iitd.ernet.in/~ssen/cs852/admin852.html) has the list of topics and some books.
- [AMS 345/ CSE 355 Computational Geometry, Fall, 2013](http://www.ams.sunysb.edu/~jsbm/courses/345/ams345.html) this has cool visualizations and also links to some relevant resources.
- [Computation Geometry in C](http://crtl-i.com/PDF/comp_c.pdf): Good Book
- [Geometry for Competitive Programming](https://vlecomte.github.io/cp-geo.pdf): Contains C++ codes. Even cp-algorithms.com has some.
- [CLRS: Intro to algorithms](https://github.com/CodeClub-JU/Introduction-to-Algorithms-CLRS/blob/master/Introduction%20to%20Algorithms%20-%203rd%20Edition.pdf) has a chapter on Computational Geometry, looks very introductory
- geomalgorithms.com/ has useful information for algorithms.
- As the music builds and the visuals start moving, [geometry game](https://geometrygame.io/) puts you in a state of “flow” — where every move feels natural, and you feel like you’re dancing to the beat.
We'll try to cover the METU-OCW course in the first month. With the Textbook as reference. The coursera problem set is optional as of now, interested people are welcome to solve it.