Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henestrosadev/sololearn
Compilation of all SoloLearn courses with their respective projects and practices and all 72 code challenges for all 7 supported languages.
https://github.com/henestrosadev/sololearn
code-challenge code-practice data-science programming-exercises programming-languages python sololearn sololearn-cert sololearn-solutions
Last synced: 3 months ago
JSON representation
Compilation of all SoloLearn courses with their respective projects and practices and all 72 code challenges for all 7 supported languages.
- Host: GitHub
- URL: https://github.com/henestrosadev/sololearn
- Owner: HenestrosaDev
- License: mit
- Created: 2022-07-06T16:48:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:34:44.000Z (5 months ago)
- Last Synced: 2024-10-16T19:29:00.188Z (3 months ago)
- Topics: code-challenge, code-practice, data-science, programming-exercises, programming-languages, python, sololearn, sololearn-cert, sololearn-solutions
- Language: HTML
- Homepage: https://www.sololearn.com/profile/16379527
- Size: 2.41 MB
- Stars: 45
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
SoloLearn
Compilation of all SoloLearn courses with their respective projects and practices and all 72 code challenges for all 7 languages supported.
## Table of Contents
- [Courses](#courses)
- [Code Coaches](#code-coaches)
- 🟩 [Easy](#-easy)
- 🟧 [Medium](#-medium)
- 🟥 [Hard](#-hard)
- [Acknowledgements](#acknowledgements)
- [Support](#support)## Courses
There are no code projects or code practices available for this course.
There are no code projects or code practices available for this course.
C++
MODULE
CODE PRACTICE
CODE PROJECT
1. Basic Concepts
C++ Is Cool
Transportation
New Lines
Robot Copywriter
Room Renovation
Sharing Is Caring
Taking Inputs
Your First Program
2. Conditionals and Loops
Bon Voyage!
Countdown
Countdown
Cup O' Joe
Multiples of 3
Pool Entrance
Rock the Space
Smash the Exam
Who Doesn't Love a Discount?
3. Data Types, Arrays and Pointers
Fever
Ticket Office
Find the Largest Element
First, Fifth and Last
How Many Employees?
Once Upon a Time in America
Square Matrix
What's My Discount?
4. Functions
Battle of the Cakes
Palindrome Numbers
Calculating Sums
Hours to Minutes
Keep Learning
More Megabytes Please!
Placing Your Order
Roll the Dice
Setting Your Pin
Who’s the Lucky Winner?
5. Classes and Objects
Chirp Chirp
Queue Management Part 1
How Much Vroom?
The Ninth Wave
6. More on Classes
Charge
Queue Management Part 2
Creating Classes
Fast Engine
Find the Coordinates
Player Destructor
Sorting by Size
Tracking Your Bank Account
7. Inheritance and Polymorphism
Another Cup of Coffee
Queue Management Part 3
Doodling!
Game Over!
Going for a Ride
Inherited Fruit
Roar!
8. Templates, Exceptions and Files
Exception
Queue Management Part 4
Functions!
Parameter Dance Card
String, Input, Length, Status
Template Specialist
Your Queue!
C#
MODULE
CODE PRACTICE
CODE PROJECT
1. Basic Concepts
C# Is the Best
Area of a Circle
How Much Do You Earn?
Packing Madness
Welcome Message
Your First Program
2. Conditionals and Loops
Difficulty Levels
Multiple of 3
Disney, Here We Come!
Earning a Scholarship
Flight Kindles
Going Once, Going Twice, Sold!
Up We Go
3. Methods
Fun With Methods
Level Points
Geometry
Get That Discount
Getting a Raise
Overloading
Recursive Summing
Set It and Forget It
4. Classes and Objects
Calculating Wins
Social Network
Card Numbers
Creating a Project
Welcome
5. Arrays and Strings
Array to Table
Words
Maximum and Minimum
Only the Evens
Passwords Rules
Qualifying for the Olympics
Solve the Puzzle
6. More on Classes
All About This
Dance
Array Sorting
Grow Your Business
Music Selector
Teamwork Makes the Dream
Who Won?
7. Inheritance and Polymorphism
Attack
Drawing Application
Make and Model
Online Car Shopping
Perimeter Calculator
What's My Account Balance?
Where Are the Planes?
8. Structs, Enums, Exceptions and Files
Accelerate
Robot-barmen
Fun With Dimensions
Going On Vacation
9. Generics
Generic All Around
Coffee Time
Hiring Engineers
Print to Printer
Queue It Up!
Top of the Leaderboard
Coding for Marketers
MODULE
CODE REPO
1. Content on the Web
What is HTML (02.2 Code Repo)
What is CSS (03.2 Code Repo)
Inspect a Web Page's HTML (04.2 Code Repo)
2. Formatting Content
List Tags (08.2 Code Repo)
Text Formatting Tags (09.2 Code Repo)
Images (10.2 Code Repo)
Links (11.2 Code Repo)
Table Tags (12.2 Code Repo)
3. Tweaking a web page
Changing Colors (16.2 Code Repo)
Removing Elements (17.2 Code Repo)
4. Improving SEO
There are no code repos for this module (this is the most important part of the course)
CSS
MODULE
CODE REPO
1. The Basics
CSS Rules and Selectors (03.2 Code Repo)
Style Cascade and Inheritance (05.2 Code Repo)
2. Working With Text
font-family
(07.2 Code Repo)
font-size
(08.2 Code Repo)
font-weight
(10.2 Code Repo)
color
(12.2 Code Repo)
Aligning Text Horizontally (13.2 Code Repo)
Tables (18.2 Code Repo)
3. Properties
Understanding the Box Model (24.2 Code Repo)
Borders (25.2 Code Repo)
background-color
(27.2 Code Repo)
4. Positioning and Layout
Thedisplay
Property (36.2 Code Repo)
Positioning (38.2 Code Repo)
Floating (39.2 Code Repo)
Theclear
property (40.2 Code Repo)
5. CSS3 Basics
There are no code repos for this module
6. Gradients and Backgrounds
There are no code repos for this module
7. Transitions and Transforms
There are no code repos for this module
8. CSS Filters
There are no code repos for this module
Data Science
MODULE
CODE PROJECT
1. Data Manipulation
Water Consumption
2. Data Analysis
Reshape
3. Data Visualization
Missing Numbers
4. Linear Regression
Ordinary Squares
5. Classification
Binary Disorder
6. Clustering Wines
Pandas Pandas Pandas
Game Development with JS
MODULE
CODE REPO
1. Getting Started
HTML basics (02.2 Code Repo)
Attributes and Images (03.2 Code Repo)
CSS Basics (04.2 Code Repo)
Handling Events (08.2 Code Repo)
2. Working with Canvas
HTML5 Basics (10.2 Code Repo)
Rectangles and Circles (12.2 Code Repo)
Animations (16.2 Code Repo)
3. Making a Game
Collision Detection (21.2 Code Repo)
User Input (22.2 Code Repo)
Making a Game (23.2 Code Repo)
Go
MODULE
CODE PRACTICE
CODE PROJECT
1. Getting Started
Fix the Output
Debug and Fix
Let’s Get Started
To Comment or Not to Comment
2. Basic Concepts
All Packed Up
Say the Numbers
Contact Data
Feet to Inches
How Many Rabbits?
Let’s Get Loud
Measure Yourself
3. Functions
On Repeat
Age on Mars
Text Output
The Return of the Square
4. Pointers and Structs
Reset the Timer
Ticking Timer
Scaling Numbers
Staff Management
Withdrawing Cash
5. Array, Range, Map
Add to Cart
Match Results
Continuous Inputs
GPS
How Tall?
What’s on the Menu?
6. Concurrency
Concurrent Counter
Downloader
HTML
MODULE
CODE REPO
1. Overview
Creating Your First HTML Page (03.2 Code Repo)
2. HTML Basics
Headings, Lines, Comments (06.2 Code Repo)
Text Formatting (08.2 Code Repo)
Blog Project: About Me (09.2 Code Repo)
Images (12.2 Code Repo)
Lists (13.2 Code Repo)
Tables (15.2 Code Repo)
Links (16.2 Code Repo)
Forms (19.2 Code Repo)
Blog Project: Contact Form (20.2 Code Repo)
3. Challenges
There are no code repos for this module
4. HTML5
There are no code repos for this module
Intermediate Python
MODULE
CODE PRACTICE
CODE PROJECT
1. Collection Types
Car Data
Letter Count
Contact Search
Ignore the Vowels
Nation Economic Freedom
Square Up
You Are Qualified
2. Functional Programming
Collecting Reports
Spelling Backwards
Decimal to Binary
Generating
Getting a Raise
How Much?
Making It Work
3. Object-Oriented Programming
Define the Methods
Shooting Game
Fine Art
Game Over
Preservation
Shape Factory
Staying Alive
4. Exceptions
Cash Out
Registration System
Chef's Kiss
Say Something
5. Working With Files
Book Club
Title Encoder
Filling Up With Numbers
Reading Through
Java
MODULE
CODE PRACTICE
CODE PROJECT
1. Basic Concepts
Once in the Bar
Time Converter
To Comment or Not to Comment
Vehicle Passport
Who Scored More?
2. Conditionals and Loops
Emotion Detector
Loan Calculator
In the Car Salon
Let's Explore!
Loyal Customers
Math Class
Safety First
University Admission
3. Arrays
Fix the Calendar
Reverse a String
Geometry Code
Matrix
Summing multipliers
4. Classes and Objects
Exponents
Binary Converter
Friendly Robot
Going Places
Loading, Loading, Loading
Movie Tickets
So You Think You Can Dance?
Student Information System
Tracking Customer Data
5. More on Classes
Animal Lovers
Shapes
Board Game Attributes
Car Classes
Computer Speak
Double Trouble
How Many Bullets?
Special Customer Discount
Upgrade Your Subscription
Welcome
6. Exceptions, Lists, Threads and Files
Age Dependent
Bowling Game
Category Handling
Getting Things Done
Link of the List
Minimum and Maximum
No Zeroes
Playing Keep Away With 3
Practice Makes Perfect
Welcome
JavaScript
MODULE
CODE PRACTICE
CODE PROJECT
1. Overview
Escape to Learn
No code project available for this module
Right Expression
Your First Program
2. Basic Concepts
Find the Adults
Trip Planner
Noon or Midnight
Office Computers
3. Conditionals and Loops
Dark Theme
The Snail in the Well
Exam Results
Repeat and Learn Code! Code! Code!
Set a World Record
Skipping 13
Time's Up!
Vacation Month
4. Functions
Average of Three
Currency Converter
Important Reminders
Loading
Who Won the Match?
5. Objects
Calculating the Discount
Contact Manager
Cuboid Volume
Landed
6. Core Objects
Fluffy Pancakes
Store Manager
Level Up!
Monday to Sunday
Which Century?
7. DOM and Events
No code projects or code practices available for this module
8. ECMAScript 6
Average Exam Score
Words
Employee Map
London Is the Capital of GB
Score 70 Plus
Summary Calculator
Workout Harder
There are no code projects or code practices available for this course.
Kotlin
MODULE
CODE PRACTICE
CODE PROJECT
1. Basic Concepts
Feeling Welcomed
Water Consumption
Let's Get Started
Make It Run
Surprise
To Comment or Not to Comment
2. Control Flow
Data, Please
Parking Fee
Let's Convert
Multiple Inputs
Sorting Out
Unlocking Doors
What's the Number?
What's the Sum?
3. Functions
Calculating Taxes
Shipping Calculator
Call the Function
Counting Letters
Initials
Selected Names
4. Object-Oriented Programming
Abstraction
Music Player
Button Class
Button Inheritance
Button Properties
Button Tap
Default Buttons
Private Property
Machine Learning
MODULE
CODE PROJECT
1. The Basics
What's in a Column?
2. Classification
Bob the Builder
3. Model Evaluation
Welcome to the Matrix
4. Decision Tree Model
Split to Achieve Gain
5. Random Forest Model
A Forest of Trees
6. Neural Networks
The Sigmoid Function
There are no code projects or code practices available for this course.
Python Core
MODULE
CODE PRACTICE
CODE PROJECT
1. Basic Concepts
Brain Freeze
Exponentiation
How Many Miles?
Your First Program
2. Strings and Variables
Fun With Exponents
Simple Calculator
I Code
More Lines, More Better
Multiple Variables
String Operations
3. Control Structures
At the Boiling Point
FizzBuzz
Bingo
Club Bouncer Code
Date Picker
Financial Transactions
Fruit Vending Machine
Humidity Level
Iteration
Let's Do Some Magic
The Middle Element
4. Functions and Modules
Hashtag Generator
Celsius to Fahrenheit Converter
Matching Passwords
No Dice, No Problem
Welcome, SoloLearner
5. Exceptions and Files
Bank Card PIN System
Book Titles
Getting in Shape
Making Coffee
New Lines
6. More Types
Broken Keyboard
Longest Word
How Many Words?
Inventory Management
List of Multiples
Names and Ages
Tuples
Where's the Book?
7. Functional Programming
Commonality
Fibonacci
Filtering
Fun With Math
Lambdas
Ordering
Split Generator
Uppercasing
8. Object-Oriented Programming
Bank Accounts
Juice Maker
Fun With Classes
Making a Deposit
Property Values
Static Methods
Student Class
9. Regular Expressions
Authentication
Phone Number Validation
Contacts Database
Online Shop Search
Social Media Pro
Starts With Ends With
10. Pythonicness and Packaging
Give Me My Money
Adding Words
Infinite Sum
Too Young to Ride
Python Data Structures
MODULE
CODE PRACTICE
CODE PROJECT
1. Working With Strings
Editing Guide
Letter Frequency
How Many Vowels
Line Them Up
2. Lists
Apple of My Eye
Average Word Length
Fancy Houses
Insect Control
3. Dictionaries, Tuples, Sets
Fuzzy Search
Revenue Growth Analysis
Mapping Software
Words in Common
4. User-Defined Data Structures
Come Back
Balanced Parentheses
Let's Connect
Name That Tune
On a Call
Python for Beginners
MODULE
CODE PRACTICE
CODE PROJECT
1. Basic Concepts
Time Is Precious
Flight Time
Time Is Ticking Away
Watch Out for Bacteria
2. Strings
Just Say Hello
Leaderboard
Reach for the Stars
Smart Talk
3. Variables
Contact Card
Tip Calculator
Get Notified
Identity Cards
4. Control Flow
24k Magic
BMI Calculator
Leap Year
Pull the Trigger
Pure Gold
Ticket Prices
5. Lists
Flip the String
Sum of Consecutive Numbers
Just Say It
Let's Go Shopping
Name, Please
Nearest Bathroom
Where's My Seat?
6. Functions
Analyze to Realize
Search Engine
From Feet to Inches
How Many Letters?
Shouting Text
Python for Data Science
MODULE
CODE PRACTICE
CODE PROJECT
1. Basic Concepts
Vaccinations Dataset
Basketball Players
Vaccinations Report
2. Math Operations with NumPy
Array of Numbers
Houses Prices
Houses on the Block
Infection Cases
Take Your Seat
3. Data Manipulation With Pandas
Cases and Deaths
COVID Data Analysis
Contacts List
Day of the Week
Names and Ranks
Number of Cases
Python for Finance
MODULE
CODE REPO
CODE PRACTICE
1. Python in Finance
Basic Calculations (6.2 Code Repo)
Fun With Exponents
The Math Package
Your First Program
2. Basic Calculations
Calculating IRR (10.2 Code Repo)
No code practices available for this module
Plotting Data (11.2 Code Repo)
3. Accessing Data
Average Price (19.2 Code Repo)
No code practices available for this module
4. Analyzing Data
Cylinders and Horsepower (24.2 Code Repo)
No code practices available for this module
R
MODULE
CODE PRACTICE
CODE PROJECT
1. Introduction
Basic Math
The Greatest Number
Fix the Code
Liter to Gallon Converter
Quote Generator
Your First R Program
2. Programming in R
Break the Loop
Sum in Range
Define the Function
Even or Odd
Star of the Snow
Sum
US State Names
3. Data Structures
Average Price
Grade Analysis
List Operations
Matrix Operations
Median
Nickname Generator
Pop of Color
Text Analyzer
What's the Sum?
4. Analyzing Data With R
Cylinders and Horsepower
Titanic Survivors
Horsepowers
SD From Mean
Standard Deviation
5. Visualization
There are no code projects or code practices available for this module
There are no code projects or code practices available for this course.
There are no code projects or code practices available for this course.
There are no code projects or code practices available for this course.
SQL
MODULE
CODE PRACTICE
CODE PROJECT
1. Basic Concepts
Best Before
Cakes
Customer Copies
Leaderboarding
2. Filtering, Functions, Subqueries
Annual Bonuses
Apartments
Average Grades
Chocolate
Get the Ball Rolling
Let's Get Fit
Salary Range
Superheroes
3. JOIN, Table, Operations
Chess Tournament
Zoo
Match the Requirements
Mentor and Apprentice
More Cars
Social Media App Views
Sorting the Inventory
The Most Beautiful Locations
Video Game Scores
There are no code projects or code practices available for this course.
Web Development Fundamentals
MODULE
CODE REPO
1. Overview
Your First HTML (01.2 Code Repo)
Text Formatting (02.2 Code Repo)
HTML Page Structure (03.2 Code Repo)
HTML Attributes (04.2 Code Repo)
More on Elements (05.2 Code Repo)
2. More HTML Elements
Lists (07.2 Code Repo)
Tables (08.2 Code Repo)
Page Sections (09.2 Code Repo)
Forms (10.2 Code Repo)
More Form Controls (11.2 Code Repo)
Special Characters (12.2 Code Repo)
3. Styling With CSS
CSS Selectors (16.2 Code Repo)
Styling Text (17.2 Code Repo)
Font Styles (18.2 Code Repo)
The Box Model (19.2 Code Repo)
Borders and Backgrounds (20.2 Code Repo)
Styling lists and Links (21.2 Code Repo)
Styling Tables (22.2 Code Repo)
Styling Forms (23.2 Code Repo)
CSS Layout (24.2 Code Repo)
Positioning (25.2 Code Repo)
4. JavaScript
Basic Math (29.2 Code Repo)
Decision Making (30.2 Code Repo)
Loops (31.2 Code Repo)
Functions (33.2 Code Repo)
Event Handling (34.2 Code Repo)
## Code coaches
### 🟩 [Easy](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy)
| NAME | C | C++ | C# | Java | Python | Ruby | Swift |
|------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
| [Argentina](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/argentina) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/argentina/argentina.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/argentina/argentina.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/argentina/Argentina.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/argentina/Argentina.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/argentina/argentina.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/argentina/argentina.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/argentina/Argentina.swift) |
| [Balconies](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/balconies) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/balconies/balconies.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/balconies/balconies.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/balconies/Balconies.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/balconies/Balconies.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/balconies/balconies.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/balconies/balconies.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/balconies/Balconies.swift) |
| [Ballpark Orders](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/ballpark-orders) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/ballpark-orders/ballpark_orders.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/ballpark-orders/ballpark_orders.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/ballpark-orders/BallparkOrders.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/ballpark-orders/BallparkOrders.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/ballpark-orders/ballpark_orders.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/ballpark-orders/ballpark_orders.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/ballpark-orders/BallparkOrders.swift) |
| [Candles](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/candles) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/candles/candles.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/candles/candles.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/candles/Candles.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/candles/Candles.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/candles/candles.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/candles/candles.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/candles/Candles.swift) |
| [Cheer Creator](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/cheer-creator) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/cheer-creator/cheer_creator.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/cheer-creator/cheer_creator.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/cheer-creator/CheerCreator.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/cheer-creator/CheerCreator.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/cheer-creator/cheer_creator.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/cheer-creator/cheer_creator.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/cheer-creator/CheerCreator.swift) |
| [Duct Tape](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/duct-tape) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/duct-tape/duct_tape.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/duct-tape/duct_tape.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/duct-tape/DuctTape.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/duct-tape/DuctTape.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/duct-tape/duct_tape.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/duct-tape/duct_tape.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/duct-tape/DuctTape.swift) |
| [Easter Eggs](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/easter-eggs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/easter-eggs/easter_eggs.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/easter-eggs/easter_eggs.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/easter-eggs/EasterEggs.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/easter-eggs/EasterEggs.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/easter-eggs/easter_eggs.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/easter-eggs/easter_eggs.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/easter-eggs/EasterEggs.swift) |
| [Extra-Terrestrials](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/extra-terrestrials) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/easter-eggs/extra_terrestrials.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/extra-terrestrials/extra_terrestrials.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/extra-terrestrials/ExtraTerrestrials.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/extra-terrestrials/ExtraTerrestrials.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/extra-terrestrials/extra_terrestrials.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/extra-terrestrials/extra_terrestrials.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/extra-terrestrials/ExtraTerrestrials.swift) |
| [Fruit Bowl](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/fruit-bowl) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/fruit-bowl/fruit_bowl.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/fruit-bowl/fruit_bowl.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/fruit-bowl/FruitBowl.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/fruit-bowl/FruitBowl.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/fruit-bowl/fruit_bowl.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/fruit-bowl/fruit_bowl.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/fruit-bowl/FruitBowl.swift) |
| [Gotham City](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/gotham-city) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/gotham-city/gotham_city.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/gotham-city/gotham_city.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/gotham-city/GothamCity.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/gotham-city/GothamCity.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/gotham-city/gotham_city.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/gotham-city/gotham_city.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/gotham-city/GothamCity.swift) |
| [Guard Flamingos](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/guard-flamingos) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/guard-flamingos/guard_flamingos.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/guard-flamingos/guard_flamingos.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/guard-flamingos/GuardFlamingos.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/guard-flamingos/GuardFlamingos.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/guard-flamingos/guard_flamingos.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/guard-flamingos/guard_flamingos.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/guard-flamingos/GuardFlamingos.swift) |
| [Halloween Candy](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/halloween-candy) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/halloween-candy/halloween_candy.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/halloween-candy/halloween_candy.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/halloween-candy/halloween_candy.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/halloween-candy/HalloweenCandy.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/halloween-candy/halloween_candy.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/halloween-candy/halloween_candy.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/halloween-candy/HalloweenCandy.swift) |
| [Hovercraft](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/hovercraft) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/hovercraft/hovercraft.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/hovercraft/hovercraft.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/hovercraft/Hovercraft.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/hovercraft/Hovercraft.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/hovercraft/hovercraft.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/hovercraft/hovercraft.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/hovercraft/Hovercraft.swift) |
| [Isogram Detector](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/isogram-detector) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/isogram-detector/isogram_detector.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/isogram-detector/isogram_detector.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/isogram-detector/IsogramDetector.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/isogram-detector/IsogramDetector.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/isogram-detector/isogram_detector.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/isogram-detector/isogram_detector.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/isogram-detector/IsogramDetector.swift) |
| [Izzy the Iguana](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/izzy-the-iguana) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/izzy-the-iguana/izzy_the_iguana.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/izzy-the-iguana/izzy_the_iguana.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/izzy-the-iguana/IzzyTheIguana.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/izzy-the-iguana/IzzyTheIguana.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/izzy-the-iguana/izzy_the_iguana.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/izzy-the-iguana/izzy_the_iguana.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/izzy-the-iguana/IzzyTheIguana.swift) |
| [Jungle Camping](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/jungle-camping) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/jungle-camping/jungle_camping.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/jungle-camping/jungle_camping.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/jungle-camping/JungleCamping.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/jungle-camping/JungleCamping.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/jungle-camping/jungle_camping.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/jungle-camping/jungle_camping.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/jungle-camping/JungleCamping.swift) |
| [Kaleidoscopes](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/kaleidoscopes) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/kaleidoscopes/kaleidoscopes.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/kaleidoscopes/kaleidoscopes.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/kaleidoscopes/Kaleidoscopes.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/kaleidoscopes/Kaleidoscopes.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/kaleidoscopes/kaleidoscopes.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/kaleidoscopes/kaleidoscopes.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/kaleidoscopes/Kaleidoscopes.swift) |
| [Land Ho!](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/land-ho) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/land-ho/land_ho.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/land-ho/land_ho.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/land-ho/LandHo.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/land-ho/LandHo.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/land-ho/land_ho.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/land-ho/land_ho.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/land-ho/LandHo.swift) |
| [Multiples](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/multiples) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/multiples/multiples.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/multiples/multiples.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/multiples/Multiples.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/multiples/Multiples.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/multiples/multiples.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/multiples/multiples.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/multiples/Multiples.swift) |
| [Neverland](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/neverland) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/neverland/neverland.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/neverland/neverland.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/neverland/Neverland.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/neverland/Neverland.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/neverland/neverland.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/neverland/neverland.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/neverland/Neverland.swift) |
| [Number of Ones](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/number-of-ones) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/number-of-ones/number_of_ones.c) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/number-of-ones/number_of_ones.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/number-of-ones/NumberOfOnes.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/number-of-ones/NumberOfOnes.java) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/number-of-ones/number_of_ones.py) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/number-of-ones/number_of_ones.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/blob/main/code-coaches/easy/number-of-ones/NumberOfOnes.swift) |
| [Paint Costs](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/paint-costs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/paint-costs/paint_costs.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/paint-costs/paint_costs.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/paint-costs/PaintCosts.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/paint-costs/PaintCosts.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/paint-costs/paint_costs.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/paint-costs/paint_costs.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/paint-costs/PaintCosts.swift) |
| [Popsicles](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/popsicles) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/popsicles/popsicles.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/popsicles/popsicles.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/popsicles/Popsicles.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/popsicles/Popsicles.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/popsicles/popsicles.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/popsicles/popsicles.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/popsicles/Popsicles.swift) |
| [Skee-Ball](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/skee-ball) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/skee-ball/skee_ball.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/skee-ball/skee_ball.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/skee-ball/SkeeBall.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/skee-ball/SkeeBall.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/skee-ball/skee_ball.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/skee-ball/skee_ball.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/skee-ball/SkeeBall.swift) |
| [Vowel Counter](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/vowel-counter) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/vowel-counter/vowel_counter.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/vowel-counter/vowel_counter.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/vowel-counter/VowelCounter.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/vowel-counter/VowelCounter.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/vowel-counter/vowel_counter.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/vowel-counter/vowel_counter.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/vowel-counter/VowelCounter.swift) |
| [Zip Code Validator](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/zip-code-validator) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/zip-code-validator/zip_code_validator.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/zip-code-validator/zip_code_validator.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/zip-code-validator/ZipCodeValidator.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/zip-code-validator/ZipCodeValidator.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/zip-code-validator/zip_code_validator.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/zip-code-validator/zip_code_validator.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy/zip-code-validator/ZipCodeValidator.swift) |### 🟧 [Medium](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium)
| NAME | C | C++ | C# | Java | Python | Ruby | Swift |
|------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
| [Average World Length](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/average-world-length) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/average-world-length/average_world_length.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/average-world-length/average_world_length.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/average-world-length/AverageWorldLength.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/average-world-length/AverageWorldLength.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/average-world-length/average_world_length.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/average-world-length/average_world_length.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/average-world-length/AverageWorldLength.swift) |
| [Building Blocks](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/building-blocks) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/building-blocks/building_blocks.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/building-blocks/building_blocks.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/building-blocks/BuildingBlocks.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/building-blocks/BuildingBlocks.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/building-blocks/building_blocks.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/building-blocks/building_blocks.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/building-blocks/BuildingBlocks.swift) |
| [Camel to Snake](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/camel-to-snake) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/camel-to-snake/camel_to_snake.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/camel-to-snake/camel_to_snake.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/camel-to-snake/CamelToSnake.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/camel-to-snake/CamelToSnake.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/camel-to-snake/camel_to_snake.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/camel-to-snake/camel_to_snake.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/camel-to-snake/CamelToSnake.swift) |
| [Carrot Cake](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/carrot-cake) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/carrot-cake/carrot_cake.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/carrot-cake/carrot_cake.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/carrot-cake/CarrotCake.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/carrot-cake/CarrotCake.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/carrot-cake/carrot_cake.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/carrot-cake/carrot_cake.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/carrot-cake/CarrotCake.swift) |
| [CMYK to RGB](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/cmyk-to-rgb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/cmyk-to-rgb/cmyk_to_rgb.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/cmyk-to-rgb/cmyk_to_rgb.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/cmyk-to-rgb/CmykToRgb.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/cmyk-to-rgb/CmykToRgb.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/cmyk-to-rgb/cmyk_to_rgb.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/cmyk-to-rgb/cmyk_to_rgb.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/cmyk-to-rgb/CmykToRgb.swift) |
| [Convert US Date to EU Date](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/convert-us-date-to-eu-date) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/convert-us-date-to-eu-date/convert_us_date_to_eu_date.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/convert-us-date-to-eu-date/convert_us_date_to_eu_date.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/convert-us-date-to-eu-date/ConvertUsDateToEuDate.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/convert-us-date-to-eu-date/ConvertUsDateToEuDate.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/convert-us-date-to-eu-date/convert_us_date_to_eu_date.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/convert-us-date-to-eu-date/convert_us_date_to_eu_date.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/convert-us-date-to-eu-date/ConvertUsDateToEuDate.swift) |
| [Day of the Week](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/day-of-the-week) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/day-of-the-week/day_of_the_week.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/day-of-the-week/day_of_the_week.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/day-of-the-week/DayOfTheWeek.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/day-of-the-week/DayOfTheWeek.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/day-of-the-week/day_of_the_week.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/day-of-the-week/day_of_the_week.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/day-of-the-week/DayOfTheWeek.swift) |
| [Days Between Dates](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/days-between-dates) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/days-between-dates/days_between_dates.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/days-between-dates/days_between_dates.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/days-between-dates/DaysBetweenDates.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/days-between-dates/DaysBetweenDates.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/days-between-dates/days_between_dates.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/days-between-dates/days_between_dates.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/days-between-dates/DaysBetweenDates.swift) |
| [Deja Vu](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/deja-vu) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/deja-vu/deja_vu.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/deja-vu/deja_vu.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/deja-vu/DejaVu.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/deja-vu/DejaVu.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/deja-vu/deja_vu.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/deja-vu/deja_vu.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/deja-vu/DejaVu.swift) |
| [Divisible](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/divisible) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/divisible/divisible.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/divisible/divisible.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/divisible/Divisible.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/divisible/Divisible.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/divisible/divisible.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/divisible/divisible.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/divisible/Divisible.swift) |
| [Duty Free](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/duty-free) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/duty-free/duty_free.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/duty-free/duty_free.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/duty-free/DutyFree.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/duty-free/DutyFree.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/duty-free/duty_free.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/duty-free/duty_free.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/duty-free/DutyFree.swift) |
| [Even Numbers](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/even-numbers) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/even-numbers/even_numbers.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/even-numbers/even_numbers.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/even-numbers/EvenNumbers.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/even-numbers/EvenNumbers.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/even-numbers/even_numbers.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/even-numbers/even_numbers.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/even-numbers/EvenNumbers.swift) |
| [Flowing Words](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/flowing-words) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/flowing-words/flowing_words.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/flowing-words/flowing_words.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/flowing-words/FlowingWords.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/flowing-words/FlowingWords.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/flowing-words/flowing_words.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/flowing-words/flowing_words.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/flowing-words/FlowingWords.swift) |
| [Hex Color Code Generator](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/hex-color-code-generator) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/hex-color-code-generator/hex_color_code_generator.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/hex-color-code-generator/hex_color_code_generator.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/hex-color-code-generator/HexColorCodeGenerator.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/hex-color-code-generator/HexColorCodeGenerator.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/hex-color-code-generator/hex_color_code_generator.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/hex-color-code-generator/hex_color_code_generator.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/hex-color-code-generator/HexColorCodeGenerator.swift) |
| [How Far?](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/how-far) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/how-far/how_far.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/how-far/how_far.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/how-far/HowFar.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/how-far/HowFar.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/how-far/how_far.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/how-far/how_far.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/how-far/HowFar.swift) |
| [Initials](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/initials) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/initials/initials.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/initials/initials.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/initials/Initials.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/initials/Initials.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/initials/initials.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/initials/initials.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/initials/Initials.swift) |
| [Military Time](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/military-time) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/military-time/military_time.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/military-time/military_time.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/military-time/MilitaryTime.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/military-time/MilitaryTime.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/military-time/military_time.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/military-time/military_time.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/military-time/MilitaryTime.swift) |
| [Name Buddy](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/name-buddy) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/name-buddy/name_buddy.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/name-buddy/name_buddy.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/name-buddy/NameBuddy.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/name-buddy/NameBuddy.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/name-buddy/name_buddy.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/name-buddy/name_buddy.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/name-buddy/NameBuddy.swift) |
| [No Numerals](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/no-numerals) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/no-numerals/no_numerals.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/no-numerals/no_numerals.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/no-numerals/NoNumerals.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/no-numerals/NoNumerals.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/no-numerals/no_numerals.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/no-numerals/no_numerals.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/no-numerals/NoNumerals.swift) |
| [Pig Latin](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/pig-latin) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/pig-latin/pig_latin.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/pig-latin/pig_latin.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/pig-latin/PigLatin.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/pig-latin/PigLatin.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/pig-latin/pig_latin.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/pig-latin/pig_latin.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/pig-latin/PigLatin.swift) |
| [Roadrunner](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/roadrunner) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/roadrunner/roadrunner.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/roadrunner/roadrunner.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/roadrunner/Roadrunner.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/roadrunner/Roadrunner.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/roadrunner/roadrunner.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/roadrunner/roadrunner.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/roadrunner/Roadrunner.swift) |
| [Safety Deposit Boxes](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/safety-deposit-boxes) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/safety-deposit-boxes/safety_deposit_boxes.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/safety-deposit-boxes/safety_deposit_boxes.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/safety-deposit-boxes/SafetyDepositBoxes.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/safety-deposit-boxes/SafetyDepositBoxes.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/safety-deposit-boxes/safety_deposit_boxes.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/safety-deposit-boxes/safety_deposit_boxes.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/safety-deposit-boxes/SafetyDepositBoxes.swift) |
| [Secret Message](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/secret-message) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/secret-message/secret_message.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/secret-message/secret_message.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/secret-message/SecretMessage.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/secret-message/SecretMessage.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/secret-message/secret_message.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/secret-message/secret_message.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/secret-message/SecretMessage.swift) |
| [Snap, Crackle and Pop](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snap-crackle-and-pop) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snap-crackle-and-pop/snap_crackle_and_pop.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snap-crackle-and-pop/snap_crackle_and_pop.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snap-crackle-and-pop/SnapCrackleAndPop.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snap-crackle-and-pop/SnapCrackleAndPop.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snap-crackle-and-pop/snap_crackle_and_pop.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snap-crackle-and-pop/snap_crackle_and_pop.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snap-crackle-and-pop/SnapCrackleAndPop.swift) |
| [Snowballing Numbers](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snowballing-numbers) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snowballing-numbers/snowballing_numbers.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snowballing-numbers/snowballing_numbers.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snowballing-numbers/SnowballingNumbers.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snowballing-numbers/SnowballingNumbers.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snowballing-numbers/snowballing_numbers.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snowballing-numbers/snowballing_numbers.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/snowballing-numbers/SnowballingNumbers.swift) |
| [Splitting Numbers](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/splitting-numbers) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/splitting-numbers/splitting_numbers.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/splitting-numbers/splitting_numbers.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/splitting-numbers/SplittingNumbers.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/splitting-numbers/SplittingNumbers.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/splitting-numbers/splitting_numbers.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/splitting-numbers/splitting_numbers.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/splitting-numbers/SplittingNumbers.swift) |
| [Super Sale](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/super-sale) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/super-sale/super_sale.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/super-sale/super_sale.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/super-sale/SuperSale.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/super-sale/SuperSale.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/super-sale/super_sale.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/super-sale/super_sale.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/super-sale/SuperSale.swift) |
| [Symbols](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/symbols) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/symbols/symbols.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/symbols/symbols.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/symbols/Symbols.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/symbols/Symbols.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/symbols/symbols.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/symbols/symbols.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/symbols/Symbols.swift) |
| [Tax Free](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/tax-free) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/tax-free/tax_free.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/tax-free/tax_free.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/tax-free/TaxFree.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/tax-free/TaxFree.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/tax-free/tax_free.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/tax-free/tax_free.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/tax-free/TaxFree.swift) |
| [Text Decompressor](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/text-decompressor) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/text-decompressor/text_decompressor.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/text-decompressor/text_decompressor.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/text-decompressor/TextDecompressor.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/text-decompressor/TextDecompressor.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/text-decompressor/text_decompressor.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/text-decompressor/text_decompressor.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/text-decompressor/TextDecompressor.swift) |
| [That's Odd](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/thats-odd) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/thats-odd/thats_odd.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/thats-odd/thats_odd.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/thats-odd/ThatsOdd.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/thats-odd/ThatsOdd.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/thats-odd/thats_odd.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/thats-odd/thats_odd.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/thats-odd/ThatsOdd.swift) |
| [The Spy Life](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/the-spy-life) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/the-spy-life/the_spy_life.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/the-spy-life/the_spy_life.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/the-spy-life/TheSpyLife.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/the-spy-life/TheSpyLife.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/the-spy-life/the_spy_life.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/the-spy-life/the_spy_life.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/the-spy-life/TheSpyLife.swift) |
| [YouTube Link Finder](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/youtube-link-finder) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/youtube-link-finder/youtube_link_finder.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/youtube-link-finder/youtube_link_finder.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/youtube-link-finder/YoutubeLinkFinder.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/youtube-link-finder/YoutubeLinkFinder.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/youtube-link-finder/youtube_link_finder.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/youtube-link-finder/youtube_link_finder.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium/youtube-link-finder/YoutubeLinkFinder.swift) |### 🟥 [Hard](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard)
| NAME | C | C++ | C# | Java | Python | Ruby | Swift |
|------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
| [2D Map](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/2d-map) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/2d-map/2d_map.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/2d-map/2d_map.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/2d-map/2DMap.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/2d-map/2DMap.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/2d-map/2d_map.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/2d-map/2d_map.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/2d-map/2DMap.swift) |
| [Digits of Pi](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/digits-of-pi) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/digits-of-pi/digits_of_pi.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/digits-of-pi/digits_of_pi.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/digits-of-pi/DigitsOfPi.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/digits-of-pi/DigitsOfPi.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/digits-of-pi/digits_of_pi.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/digits-of-pi/digits_of_pi.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/digits-of-pi/DigitsOfPi.swift) |
| [Hofstadter's Q-Sequence](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/hofstadters-q-sequence) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/hofstadters-q-sequence/hofstadters_q_sequence.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/hofstadters-q-sequence/hofstadters_q_sequence.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/hofstadters-q-sequence/HofstadtersQSequence.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/hofstadters-q-sequence/HofstadtersQSequence.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/hofstadters-q-sequence/hofstadters_q_sequence.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/hofstadters-q-sequence/hofstadters_q_sequence.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/hofstadters-q-sequence/HofstadtersQSequence.swift) |
| [It's a Sign](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/its-a-sign) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/its-a-sign/its_a_sign.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/its-a-sign/its_a_sign.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/its-a-sign/ItsASign.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/its-a-sign/ItsASign.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/its-a-sign/its_a_sign.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/its-a-sign/its_a_sign.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/its-a-sign/ItsASign.swift) |
| [Longest Common Substring](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/longest-common-substring) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/longest-common-substring/longest_common_substring.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/longest-common-substring/longest_common_substring.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/longest-common-substring/LongestCommonSubstring.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/longest-common-substring/LongestCommonSubstring.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/longest-common-substring/longest_common_substring.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/longest-common-substring/longest_common_substring.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/longest-common-substring/LongestCommonSubstring.swift) |
| [Mathematics](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/mathematics) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/mathematics/mathematics.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/mathematics/mathematics.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/mathematics/Mathematics.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/mathematics/Mathematics.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/mathematics/mathematics.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/mathematics/mathematics.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/mathematics/Mathematics.swift) |
| [New Driver's License](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/new-drivers-license) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/new-drivers-license/new_drivers_license.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/new-drivers-license/new_drivers_license.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/new-drivers-license/NewDriversLicense.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/new-drivers-license/NewDriversLicense.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/new-drivers-license/new_drivers_license.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/new-drivers-license/new_drivers_license.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/new-drivers-license/NewDriversLicense.swift) |
| [Password Validation](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/password-validation) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/password-validation/password_validation.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/password-validation/password_validation.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/password-validation/PasswordValidation.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/password-validation/PasswordValidation.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/password-validation/password_validation.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/password-validation/password_validation.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/password-validation/PasswordValidation.swift) |
| [Poker Hand](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/poker-hand) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/poker-hand/poker_hand.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/poker-hand/poker_hand.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/poker-hand/PokerHand.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/poker-hand/PokerHand.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/poker-hand/poker_hand.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/poker-hand/poker_hand.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/poker-hand/PokerHand.swift) |
| [Security](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/security) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/security/security.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/security/security.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/security/Security.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/security/Security.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/security/security.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/security/security.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/security/Security.swift) |
| [Word Rank](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/word-rank) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/word-rank/word_rank.c) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/word-rank/word_rank.cpp) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/word-rank/WordRank.cs) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/word-rank/WordRank.java) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/word-rank/word_rank.py) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/word-rank/word_rank.rb) | [✔️](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard/word-rank/WordRank.swift) |---
## Acknowledgements
Thanks to [SoloLearn](https://www.sololearn.com/) for their amazing app and all the free courses they have made available to the community! You can access it via the [web](https://www.sololearn.com/) or mobile through their [Android](https://play.google.com/store/apps/details?id=com.sololearn) and/or [iOS](https://apps.apple.com/us/app/sololearn-learn-to-code-apps/id1210079064) apps.
## Support
Would you like to support the project? That's very kind of you! However, I would suggest you to consider supporting SoloLearn first by subscribing to their PRO plan. If you still want to support this particular project, you can go to my Ko-Fi profile by clicking on the button down below!
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/U7U5J6COZ)