alecjacobson / geometry-processing-introduction

Introductory assignment for Geometry Processing course
Mozilla Public License 2.0
116 stars 131 forks source link

Are we allowed to use hash for q1? #68

Open jundaz opened 4 years ago

jundaz commented 4 years ago

can we include unordered_map for higher efficiency

psarahdactyl commented 4 years ago

I don't see why not, but you shouldn't need to

jundaz commented 4 years ago

I don't see why not, but you shouldn't need to

I think using hash is the most efficient way?