Update DecimalToBinary.java
Added the JUnit test in this.
- [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
You have just removed a file
Hello! It will be very helpful if you could guide me a little on the projects. I need some help regarding these. So since I am trying to contribute for the projects as I see, the codes are already written and well optimized so I am not able to understand what changes should I make also when I pull a request, my checks dont pass so if you can guide me a bit through these issues, it will be very helpful to me. Thank you for the reviews I will try to do better.
On Tue, 15 Oct, 2024, 1:33 am Andrii Siriak, @.***> wrote:
You have just removed a file
— Reply to this email directly, view it on GitHub https://github.com/TheAlgorithms/Java/pull/5760#issuecomment-2412104638, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDTQYE7AMQKWKRIIGGYWVTZ3QPRZAVCNFSM6AAAAABP3FK4VOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJSGEYDINRTHA . You are receiving this because you authored the thread.Message ID: @.***>
You can check in open issues if there are some not implemented or find an algorithm that's not present yet, or add JUnit tests