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

https://github.com/not-josue/sololearn-code-coach-java

Solutions to code coach challenges at sololearn.com using Java.
https://github.com/not-josue/sololearn-code-coach-java

codecoach java sololearn

Last synced: 24 days ago
JSON representation

Solutions to code coach challenges at sololearn.com using Java.

Awesome Lists containing this project

README

        

# sololearn-code-coach-java

Solutions to code coach challenges on [Sololearn](https://www.sololearn.com/) using Java

NOTE: scannerObj.nextLine() fix-ups after scannerObj.nextInt(), etc. may cause errors in Sololearn

## Easy

- [Argentina](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/Argentina)
- [Balconies](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/Balconies)
- [Ballpark Orders](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/BallparkOrders)
- [Candles](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/Candles)
- [Cheer Creator](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/CheerCreator)
- [Duct Tape](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/DuctTape)
- [Easter Eggs](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/EasterEggs)
- [Extra-Terrestrials](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/ExtraTerrestrials)
- [Fruit Bowl](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/FruitBowl)
- [Guard Flamingos](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/GuardFlamingos)
- [Gotham City](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/GothamCity)
- [Halloween Candy](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/HalloweenCandy)
- [Hovercraft](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/Hovercraft)
- [Isogram Detector](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/IsogramDetector)
- [Izzy the Iguana](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/IzzyTheIguana)
- [Jungle Camping](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/JungleCamping)
- [Kaleidoscopes](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/Kaleidoscopes)
- [Land Ho!](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/LandHo)
- [Multiples](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/Multiples)
- [Neverland](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/Neverland)
- [Number of Ones](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/NumberOfOnes)
- [Paint Costs](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/PaintCosts)
- [Popsicles](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/Popsicles)
- [Skee-Ball](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/SkeeBall)
- [Vowel Counter](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/VowelCounter)
- [Zip Code Validator](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Easy/ZipCodeValidator)

## Medium

- [Building Blocks](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/BuildingBlocks)
- [Carrot Cake](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/CarrotCake)
- [Deja Vu](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/DejaVu)
- [Divisible](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/Divisible)
- [Duty Free](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/DutyFree)
- [Even Numbers](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/EvenNumbers)
- [Hex Color Code Generator](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/HexColorCodeGenerator)
- [Military Time](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/MilitaryTime)
- [Name Buddy](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/NameBuddy)
- [No Numerals](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/NoNumerals)
- [Pig Latin](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/PigLatin)
- [Roadrunner](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/Roadrunner)
- [Safety Deposit Boxes](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/SafetyDepositBoxes)
- [Secret Message](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/SecretMessage)
- [Snap, Crackle and Pop](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/SnapCrackleAndPop)
- [Super Sale](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/SuperSale)
- [Symbols](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/Symbols)
- [That's Odd...](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/ThatsOdd)
- [The Spy Life](https://github.com/not-josue/sololearn-code-coach-java/tree/main/Medium/TheSpyLife)