slac207 / cs207project

MIT License
0 stars 4 forks source link

P9 Vantage Point calculations - replace binary tree with our red-black tree implementation #72

Closed jsm09 closed 7 years ago

jsm09 commented 7 years ago

(1). If you have completed it, replace the unbalanced binary tree database by a red black one. The subsequent steps should not care if the underlying database is unbalanced binary-tree or red-black tree, so that provides you a path to move forward in-case you are having issues with the red-black-tree database (which is hard!)

brennan-ae commented 7 years ago

Completed in pull request #94