ryanbomo / SmartWordCSE2010

This is a repository for our SmartWord Project for CSE2010. If you're in the class, feel free to read for inspiration, but please don't steal :)
1 stars 1 forks source link

Priority Queue ignores equal weights #2

Open ryanbomo opened 8 years ago

ryanbomo commented 8 years ago

The current adaptable priority queue implementation uses the weight as the key. This means that for any words that have the same weight, only the most recently visited is used at that spot.

ryanbomo commented 8 years ago

Issue is being changed, as it's no longer an Adaptable Priority Queue. Changing title to better reflect current situation. But the core problem does still exist.