Java icon indicating copy to clipboard operation
Java copied to clipboard

Welsh Powell Algorithm / Graph Colouring

Open straf10 opened this issue 1 year ago • 4 comments

  • [x] I have read CONTRIBUTING.md.
  • [x] This pull request is all my own work -- I have not plagiarized it.
  • [x] All filenames are in PascalCase.
  • [x] All functions and variable names follow Java naming conventions.
  • [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [x] All new code is formatted with clang-format -i --style=file path/to/your/file.java

straf10 avatar Jan 31 '24 17:01 straf10

i try to format based on clang format but i cant. Dowloaded llvm added to enviroment variables and path and then my computer finds the clang format. After that i dont know what to do.

straf10 avatar Jan 31 '24 17:01 straf10

i try to format based on clang format but i cant. Dowloaded llvm added to enviroment variables and path and then my computer finds the clang format. After that i dont know what to do.

You can have a look at the log and introduce the required changes manually.

If you are having trouble with running clang-format, have a look here: https://github.com/TheAlgorithms/Java/pull/4438#issuecomment-1741399556.

vil02 avatar Jan 31 '24 18:01 vil02

i think i changed everything you asked, please inform me if i need to change or fix anything else. Thanks in advance.

straf10 avatar Jan 31 '24 23:01 straf10

i think i resolved almost all of the changes requested. Have a look and let me know if anything else needs to be changed.

straf10 avatar Feb 06 '24 17:02 straf10

i added the complex test based on the website, add the blank_color method, updated the comments on the precolored test, and followed all your suggestions. Have a look for any minor changes needed but all in all I think it is ready.

straf10 avatar Feb 12 '24 18:02 straf10