An open API service indexing awesome lists of open source software.

https://github.com/evertcode/codember-2022

Solutions for https://codember.dev/ challenges by evertcode
https://github.com/evertcode/codember-2022

codember java

Last synced: 5 months ago
JSON representation

Solutions for https://codember.dev/ challenges by evertcode

Awesome Lists containing this project

README

          

# codember in Java 🗓️🧑‍💻

```
/\ \ /\ \
___ ___ \_\ \ __ ___ ___ \ \ \____ __ _ __
/'___\ / __`\ /'_` \ /'__`\ /' __` __`\ \ \ '__`\ /'__`\ /\`'__\
/\ \__/ /\ \L\ \/\ \L\ \ /\ __/ /\ \/\ \/\ \ \ \ \L\ \/\ __/ \ \ \/
\ \____\\ \____/\ \___,_\\ \____\\ \_\ \_\ \_\ \ \_,__/\ \____\ \ \_\
\/____/ \/___/ \/__,_ / \/____/ \/_/\/_/\/_/ \/___/ \/____/ \/_/
```

Solutions for the challenges from https://codember.dev/

## Challenges ⛰️

| Challenge | Name | |
|-----------|------------------|--------------------------------------------------------------------------------|
| 1 | Twitter | [solution](./src/main/java/dev/evertcode/challenge01/Twitter.java) |
| 2 | Cybercriminals | [solution](./src/main/java/dev/evertcode/challenge02/CatchCybercriminals.java) |
| 3 | Zebra of colors | [solution](./src/main/java/dev/evertcode/challenge03/ZebraColor.java) |
| 4 | BitCoin Password | [solution](./src/main/java/dev/evertcode/challenge04/BitCoin.java) |