Skip to content

feat(bfs): replace old broken bfs functions with a new shortest_path udf#54

Draft
RoyalMirMak wants to merge 8 commits into
lithium-tech:mainfrom
RoyalMirMak:fix_bfs
Draft

feat(bfs): replace old broken bfs functions with a new shortest_path udf#54
RoyalMirMak wants to merge 8 commits into
lithium-tech:mainfrom
RoyalMirMak:fix_bfs

Conversation

@RoyalMirMak

Copy link
Copy Markdown
Contributor

Add shortest_path table function using bidirectional BFS for efficient pathfinding in GraphAr edge tables. Replaces deprecated BFS scalar function, supports directed graphs, and handles edge cases like invalid IDs and unreachable paths. Includes 13 comprehensive tests and removes obsolete bfs code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant