Saloni6111 / DSA_Problems-Hacktoberfest-2024

Solve given DSA problems here for hactoberfest.
MIT License
14 stars 45 forks source link

Find the Alien Language Sequence #153

Open Astordnomer opened 2 hours ago

Astordnomer commented 2 hours ago

It Stored in a sequence based on their dependencies. Each character can only appear after all the characters on which it depends. You are Given a set of characters and their dependencies, and your task is to determine the correct order of characters in the alien language. Can you Assign me.

Saloni6111 commented 2 hours ago

It Stored in a sequence based on their dependencies. Each character can only appear after all the characters on which it depends. You are Given a set of characters and their dependencies, and your task is to determine the correct order of characters in the alien language. Can you Assign me.

@Astordnomer Assigned!