Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
690 views

Template binary heap with lambda function comparator C++

This heap will be used for A* search pathfinding in my 2D isometric game engine. It uses lambda functions (instead of std::less or ...
TOM__'s user avatar
  • 105