zsabbagh / algorithms

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

Review testing of `red_black_tree` #2

Closed zsabbagh closed 1 year ago

zsabbagh commented 1 year ago

Detected 0.0% branch coverage of delete_fixup @ red_black_tree. Check that this is correct.

zsabbagh commented 1 year ago

This is correct. Made parser to verify this using Coverage.py.