zsabbagh / algorithms

Minimal examples of data structures and algorithms in Python.
MIT License
0 stars 0 forks source link

Refactor `red_black_tree` according to report #4

Closed zsabbagh closed 1 year ago

zsabbagh commented 1 year ago

red_black_tree was wrongly implemented, as it did not treat data but rather took in RBNodes as arguments. Thus, it did not abstract storage.

zsabbagh commented 1 year ago

Resolved with previous commit