facuMH / game

0 stars 0 forks source link

Find appropriate Data Structure for HousePositions #64

Open portscher opened 2 years ago

portscher commented 2 years ago

Currently, it's a vector of pairs <Position, DoorNumber> - there might be a more elegant DS out there

portscher commented 2 years ago

boost::bimap?