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.
- Host: GitHub
- URL: https://github.com/not-josue/sololearn-code-coach-java
- Owner: not-josue
- License: mit
- Created: 2023-11-28T08:31:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T04:42:41.000Z (over 1 year ago)
- Last Synced: 2024-12-26T23:26:21.462Z (5 months ago)
- Topics: codecoach, java, sololearn
- Language: Java
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)