iluwatar / 30-seconds-of-java

Collection of reusable tested Java 17 compatible code snippets that you can understand in 30 seconds or less.
https://java-design-patterns.com/snippets.html
MIT License
1.04k stars 409 forks source link

Added 2 snippets #192

Closed srijitt closed 1 year ago

srijitt commented 1 year ago

Added Snippets of BInary2Decimal and Decimal2Binary, created their test files as well, and updated the README.md accordingly.