GavinPHR / pytreemap

Python Implementation of Java TreeMap/TreeSet (Red-Black Tree)
https://gavinphr.github.io/pytreemap/
GNU General Public License v2.0
13 stars 7 forks source link

Fixing issue #1 'NavigableSubMap.is_empty is calling an underlying 'is_emptry' method which clearly does not exist.'. #3

Closed rafaelsilverioit closed 2 years ago

rafaelsilverioit commented 2 years ago

Reference: https://github.com/GavinPHR/pytreemap/issues/1