Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 🐛 Add Graph-coloring algorithm #1376

Merged
merged 5 commits into from
Oct 29, 2024

Conversation

yashksaini-coder
Copy link
Contributor

Closes: #1335

This pull request adds a C implementation of the graph coloring algorithm using a greedy approach and includes comprehensive documentation in the README.md file. The main changes involve adding the algorithm code in program.c and detailed documentation in README.md.

Code Implementation:

  • The main function demonstrates the algorithm with an example graph.

Documentation:

  • Added detailed documentation for the graph coloring algorithm, including a description, problem statement, solution approach, usage instructions, example, and limitations.

@yashksaini-coder
Copy link
Contributor Author

@pankaj-bind can you review this PR, and add proper labels to it

Copy link
Member

@pankaj-bind pankaj-bind left a comment

Choose a reason for hiding this comment

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

Move this to Graph Algorithm folder

@yashksaini-coder
Copy link
Contributor Author

Move this to Graph Algorithm folder

I have moved the folder to the Graph one

@yashksaini-coder
Copy link
Contributor Author

@pankaj-bind can you review this PR now

@pankaj-bind pankaj-bind merged commit c7d5459 into AlgoGenesis:main Oct 29, 2024
2 checks passed
@yashksaini-coder yashksaini-coder deleted the yash/fix-1335 branch October 29, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NEW ALGORITHM] Graph Coloring
2 participants