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

Bug in TreeSet subset operations #5

Closed Holzhauer closed 2 weeks ago

Holzhauer commented 2 weeks ago

Obviously caused by a change in the TreeSet constructor, subset operations are not working and always return an empty set. The bug can be easily fixed by adding the keyword to the map argument (see PR below).

GavinPHR commented 2 weeks ago

lgtm thanks : )