Skip to content

feat: implemented DAG validation with topological sort and tests - #2

Merged
chinmayyy01 merged 1 commit into
mainfrom
feat/dag-validation
May 12, 2026
Merged

feat: implemented DAG validation with topological sort and tests#2
chinmayyy01 merged 1 commit into
mainfrom
feat/dag-validation

Conversation

@chinmayyy01

Copy link
Copy Markdown
Collaborator

Description

Implemented core DAG validation layer: Graph construction from pipeline, topological sort using Kahn’s Algorithm and cycle detection along with input validation for edges


Type of Change

  • [ x ] Feature
  • Bug Fix
  • Documentation
  • Refactor
  • Other

Related Issues

Link related issues here (if applicable).


Checklist

  • [ x ] Code follows project guidelines
  • [ x ] No secrets committed
  • Documentation updated if required
  • [ x ] Tested locally

@chinmayyy01
chinmayyy01 merged commit 0ea66e4 into main May 12, 2026
1 check passed
@chinmayyy01
chinmayyy01 deleted the feat/dag-validation branch May 23, 2026 02:28
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