Skip to content

Commit 25b82ec

Browse files
committed
Update README.md
1 parent e724446 commit 25b82ec

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,30 @@ C programming is the cornerstone of computer science. This Skill Tree provides a
1212

1313
## Exercises
1414

15-
| Index | Name | Difficulty | Practice |
16-
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------|--------------|-------------------------------------------------------------------------------------------------------------|
17-
| 01 | [Building Flappy Bird Using C](https://labex.io/en/courses/project-building-flappy-bird-using-c) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-building-flappy-bird-using-c) |
18-
| 02 | [Making a Simple Calculator Using C](https://labex.io/en/courses/project-making-a-simple-calculator-using-c) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-making-a-simple-calculator-using-c) |
19-
| 03 | [Creating a Gomoku Game in C](https://labex.io/en/courses/project-creating-a-gomoku-game-in-c) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-creating-a-gomoku-game-in-c) |
20-
| 04 | [Creating a Snake Game in C](https://labex.io/en/courses/project-creating-a-snake-game-in-c) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-creating-a-snake-game-in-c) |
21-
| 05 | [File Type Statistics Using C](https://labex.io/en/courses/project-file-type-statistics-using-c) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-file-type-statistics-using-c) |
22-
| 06 | [Typing Practice Program Using C](https://labex.io/en/courses/project-typing-practice-program-using-c) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-typing-practice-program-using-c) |
23-
| 07 | [Creating a 2048 Game in C](https://labex.io/en/courses/project-creating-a-2048-game-in-c) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-creating-a-2048-game-in-c) |
24-
| 08 | [Creating a Code Rain in C Using Ncurses](https://labex.io/en/courses/project-creating-a-code-rain-in-c-using-ncurses) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25-
| 09 | [Creating a Simple Tic-Tac-Toe Game in C](https://labex.io/en/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26-
| 10 | [Create a Simple Stopwatch App Using GTK](https://labex.io/en/courses/project-create-a-simple-stopwatch-app-using-gtk) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27-
| 11 | [Creating a Simple Clock Animation Using OpenGL](https://labex.io/en/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28-
| 12 | [Creating a Dynamic Heart Animation With C](https://labex.io/en/courses/project-creating-a-dynamic-heart-animation-with-c) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-creating-a-dynamic-heart-animation-with-c) |
29-
| 13 | [Implementing Callback Functions in C](https://labex.io/en/courses/project-callback-functions) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-callback-functions) |
30-
| 14 | [Synchronize Multithreaded Printing with Mutex](https://labex.io/en/courses/project-chaotic-typewriter) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-chaotic-typewriter) |
31-
| 15 | [Parsing Command Line Arguments in C](https://labex.io/en/courses/project-command-line-arguments) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-command-line-arguments) |
32-
| 16 | [Implementing Doubly Linked List in C](https://labex.io/en/courses/project-doubly-linked-list) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-doubly-linked-list) |
33-
| 17 | [Implementing Queue Data Structure in C](https://labex.io/en/courses/project-implementing-a-queue) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-implementing-a-queue) |
34-
| 18 | [Sorting Courses with Bubble Sort](https://labex.io/en/courses/project-organizing-course-list) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-organizing-course-list) |
15+
| Index | Name | Difficulty | Practice |
16+
|---------|--------------------------------------------------------------------------------------------------------------------------------------------|--------------|----------------------------------------------------------------------------------------------------------|
17+
| 01 | [Building Flappy Bird Using C](https://labex.io/courses/project-building-flappy-bird-using-c) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-building-flappy-bird-using-c) |
18+
| 02 | [Making a Simple Calculator Using C](https://labex.io/courses/project-making-a-simple-calculator-using-c) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-making-a-simple-calculator-using-c) |
19+
| 03 | [Creating a Gomoku Game in C](https://labex.io/courses/project-creating-a-gomoku-game-in-c) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-creating-a-gomoku-game-in-c) |
20+
| 04 | [Creating a Snake Game in C](https://labex.io/courses/project-creating-a-snake-game-in-c) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-creating-a-snake-game-in-c) |
21+
| 05 | [File Type Statistics Using C](https://labex.io/courses/project-file-type-statistics-using-c) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-file-type-statistics-using-c) |
22+
| 06 | [Typing Practice Program Using C](https://labex.io/courses/project-typing-practice-program-using-c) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-typing-practice-program-using-c) |
23+
| 07 | [Creating a 2048 Game in C](https://labex.io/courses/project-creating-a-2048-game-in-c) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-creating-a-2048-game-in-c) |
24+
| 08 | [Creating a Code Rain in C Using Ncurses](https://labex.io/courses/project-creating-a-code-rain-in-c-using-ncurses) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-creating-a-code-rain-in-c-using-ncurses) |
25+
| 09 | [Creating a Simple Tic-Tac-Toe Game in C](https://labex.io/courses/project-creating-a-simple-tic-tac-toe-game-in-c) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-creating-a-simple-tic-tac-toe-game-in-c) |
26+
| 10 | [Create a Simple Stopwatch App Using GTK](https://labex.io/courses/project-create-a-simple-stopwatch-app-using-gtk) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-create-a-simple-stopwatch-app-using-gtk) |
27+
| 11 | [Creating a Simple Clock Animation Using OpenGL](https://labex.io/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-creating-a-simple-clock-animation-using-opengl-and-glut) |
28+
| 12 | [Creating a Dynamic Heart Animation With C](https://labex.io/courses/project-creating-a-dynamic-heart-animation-with-c) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-creating-a-dynamic-heart-animation-with-c) |
29+
| 13 | [Implementing Callback Functions in C](https://labex.io/courses/project-callback-functions) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-callback-functions) |
30+
| 14 | [Synchronize Multithreaded Printing with Mutex](https://labex.io/courses/project-chaotic-typewriter) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-chaotic-typewriter) |
31+
| 15 | [Parsing Command Line Arguments in C](https://labex.io/courses/project-command-line-arguments) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-command-line-arguments) |
32+
| 16 | [Implementing Doubly Linked List in C](https://labex.io/courses/project-doubly-linked-list) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-doubly-linked-list) |
33+
| 17 | [Implementing Queue Data Structure in C](https://labex.io/courses/project-implementing-a-queue) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-implementing-a-queue) |
34+
| 18 | [Sorting Courses with Bubble Sort](https://labex.io/courses/project-organizing-course-list) | Beginner | [🚀 Start Lab](https://labex.io/courses/project-organizing-course-list) |
3535

3636
## More
3737

38-
- 🔗 [C Learn more about](https://labex.io/en/skilltrees/c)
38+
- 🔗 [C Learn more about](https://labex.io/skilltrees/c)
3939
- 🔗 [Awesome Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
4040
- 🔗 [Awesome Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
4141

0 commit comments

Comments
 (0)