Skip to content

Commit 9e3ed6d

Browse files
committed
Uppercase "Name" column of the Code Coach tables
1 parent e7cf9c9 commit 9e3ed6d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,7 @@ There are no code projects or code practices available for this course.
19621962

19631963
### 🟩 [Easy](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/easy)
19641964

1965-
| Name | C | C++ | C# | Java | Python | Ruby | Swift |
1965+
| NAME | C | C++ | C# | Java | Python | Ruby | Swift |
19661966
|------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
19671967
| [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) |
19681968
| [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.
19931993

19941994
### 🟧 [Medium](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/medium)
19951995

1996-
| Name | C | C++ | C# | Java | Python | Ruby | Swift |
1996+
| NAME | C | C++ | C# | Java | Python | Ruby | Swift |
19971997
|------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
19981998
| [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) |
19991999
| [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.
20312031

20322032
### 🟥 [Hard](https://github.com/HenestrosaConH/sololearn/tree/main/code-coaches/hard)
20332033

2034-
| Name | C | C++ | C# | Java | Python | Ruby | Swift |
2034+
| NAME | C | C++ | C# | Java | Python | Ruby | Swift |
20352035
|------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
20362036
| [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) |
20372037
| [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

Comments
 (0)