From edb004673ccbfad7af29813d41385bdc31f901cf Mon Sep 17 00:00:00 2001 From: Aryan Singh Date: Tue, 28 Oct 2025 06:54:50 +0530 Subject: [PATCH] ADDED gen ai tutorial (#12870) * tutorial * gen --- .../free-programming-interactive-tutorials-en.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index dbad98a11..0cb2e51b5 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -1,7 +1,8 @@ -### Index +### Index * [Ada](#ada) * [Android](#android) +* [Artificial Intelligence](#artificial-intelligence) * [Bash](#bash) * [C](#c) * [C#](#csharp) @@ -74,11 +75,18 @@ ### C * [C Tutorial](https://www.w3schools.com/c/) - W3Schools -* [C Tutorial](https://www.scaler.com/topics/c/) - Scaler Topics -* [Learn C](http://www.learn-c.org) - Learn-C -### C\# +* [C# Tutorial](https://www.tutlane.com/tutorial/csharp) - tutlane +* [C# Tutorial](https://www.w3schools.com/cs) - W3Schools + + +### Artificial Intelligence + +* [Generative AI tutorial](https://www.geeksforgeeks.org/artificial-intelligence/generative-ai-tutorial/) - GeeksforGeeks + + +### C# * [C# Tutorial](https://www.tutlane.com/tutorial/csharp) - tutlane * [C# Tutorial](https://www.w3schools.com/cs) - W3Schools