Skip to content

Conversation

karthikkalarikal
Copy link

BFS Traversal to find the shortest path between two Moviebuff entities.

Concurrent Workers (30 Goroutines) to fetch and process nodes in parallel.

Thread-safe Queue & Visited Set using sync primitives.

Early Termination using context cancellation once the path is found.

Retry/Error handling with custom logic to handle forbidden links.

Path Reconstruction with clear and informative output for each link in the chain.

Screenshot From 2025-03-22 19-59-54

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