TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
21.51k stars 2.1k forks source link

Implement Graph Coloring using Backtracking #737

Closed TruongNhanNguyen closed 3 days ago

TruongNhanNguyen commented 4 weeks ago

Description

See in the implementation.

Type of change

Checklist:

codecov-commenter commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.05%. Comparing base (f8096d2) to head (d6fbf0d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #737 +/- ## ========================================== + Coverage 95.04% 95.05% +0.01% ========================================== Files 305 306 +1 Lines 22674 22736 +62 ========================================== + Hits 21550 21612 +62 Misses 1124 1124 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

TruongNhanNguyen commented 1 week ago

Can you help a look on this PR, @vil02?

TruongNhanNguyen commented 6 days ago

Let's have a look, @vil02?

TruongNhanNguyen commented 4 days ago

Let's have a final look, @vil02.