Skip to content

feat: add BFS and DFS graph traversals - #18

Merged
sjamal merged 1 commit into
mainfrom
feat/breadth-first-depth-first-search
Aug 23, 2026
Merged

feat: add BFS and DFS graph traversals#18
sjamal merged 1 commit into
mainfrom
feat/breadth-first-depth-first-search

Conversation

@sjamal

@sjamal sjamal commented Aug 23, 2026

Copy link
Copy Markdown
Owner

Summary

  • add iterative breadth-first and depth-first graph traversals
  • expose both algorithms through service tools, MCP, and HTTP endpoints
  • add tests, ADR 0020, README guidance, and roadmap updates

Validation

  • 144 tests passed
  • 100% coverage across src and service
  • Black and pre-commit checks passed

@sjamal
sjamal merged commit f056dd4 into main Aug 23, 2026
1 check passed
@sjamal
sjamal deleted the feat/breadth-first-depth-first-search branch August 23, 2026 12:40
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