Skip to content

Feat : Implement topological sorting #361

Open
itvi-1234 wants to merge 1 commit into
ioflux-org:mainfrom
itvi-1234:topo-sort
Open

Feat : Implement topological sorting #361
itvi-1234 wants to merge 1 commit into
ioflux-org:mainfrom
itvi-1234:topo-sort

Conversation

@itvi-1234

@itvi-1234 itvi-1234 commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This PR implement topological sorting using Khan's algorithm

Closes #334

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Preview Deployed!

Item Status
Latest Deploy Visit Preview
Environment Preview (PR-361)
Action View Logs

Last updated at 2026-07-07T10:27:41Z

@itvi-1234 itvi-1234 changed the title implementing topological sorting Feat : Implement topological sorting Jul 1, 2026
@itvi-1234

Copy link
Copy Markdown
Contributor Author

Hey @AgniveshChaubey & @jagpreetrahi , could you please review this PR whenever have some time

@jagpreetrahi jagpreetrahi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @itvi-1234 ,
Can we have the better type in place of any within the code. And also using the non-null assertion operator is reasonable call here due to the empty array that would be return undefined but can we somehow to stop using it since the future refactor could silently break the invariant.

Signed-off-by: itvi-1234 <rjsumit71@gmail.com>
@itvi-1234

Copy link
Copy Markdown
Contributor Author

Hi @jagpreetrahi , Thanks for the suggestions , I have pushed some changes , could you please take a look ?

@itvi-1234 itvi-1234 requested a review from jagpreetrahi July 7, 2026 10:27
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.

Topological Sorting of $defs dependencies

2 participants