@@ -1962,7 +1962,7 @@ There are no code projects or code practices available for this course.
1962
1962
1963
1963
### 🟩 [ Easy] ( https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy )
1964
1964
1965
- | Name | C | C++ | C# | Java | Python | Ruby | Swift |
1965
+ | NAME | C | C++ | C# | Java | Python | Ruby | Swift |
1966
1966
| ------------------------------------------------------------------------------------------------------------------| -----------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------| -----------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------|
1967
1967
| [ 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 ) |
1968
1968
| [ 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 ) |
@@ -1993,7 +1993,7 @@ There are no code projects or code practices available for this course.
1993
1993
1994
1994
### 🟧 [ Medium] ( https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium )
1995
1995
1996
- | Name | C | C++ | C# | Java | Python | Ruby | Swift |
1996
+ | NAME | C | C++ | C# | Java | Python | Ruby | Swift |
1997
1997
|------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
1998
1998
| [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) |
1999
1999
| [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) |
@@ -2031,7 +2031,7 @@ There are no code projects or code practices available for this course.
2031
2031
2032
2032
### 🟥 [ Hard] ( https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard )
2033
2033
2034
- | Name | C | C++ | C# | Java | Python | Ruby | Swift |
2034
+ | NAME | C | C++ | C# | Java | Python | Ruby | Swift |
2035
2035
|------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
2036
2036
| [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) |
2037
2037
| [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) |
0 commit comments