Skip to content

Commit

Permalink
additional credits added
Browse files Browse the repository at this point in the history
  • Loading branch information
harisankar95 committed Jan 20, 2024
1 parent 122ec20 commit 9faee0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pathfinding3d/core/heap.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Simple heap with ordering and removal.
Inspired from https://github.com/brean/python-pathfinding/pull/54
Original author: https://github.com/peterchenadded
"""
import heapq
from typing import Callable, Union
Expand Down

0 comments on commit 9faee0c

Please sign in to comment.