My Favourite Links
Collection
Ke-Sen Huang’s Home Page
CSRankings: Computer Science Rankings
Computer Graphics Research Software
Courses
Essence of Linear Algebra
Keenan Crane Computer Graphics
keenan Crane Discrete Differential Geometry
Materials
I have a habit of looking up various algorithm codes, study materials and courses on the Internet every once in a while. But when I actually need to use them in my work, I often forget about their existence. As far as I’m concerned, one guideline for writing algorithms efficiently is to avoid rebuilding the wheel. First, rebuilding the wheel will cost you a lot of time, and second, the wheel you build is not necessarily as good as someone else’s open source.For these reasons, I will occasionally update some material in this page that I find interesting and useful.