From 94c526414d2c5a4713cfed53af9ac3a6a12dc0d6 Mon Sep 17 00:00:00 2001 From: 3IVIS Date: Wed, 30 Dec 2020 22:20:26 +0100 Subject: [PATCH] Added the Artificial Intelligence section (#5242) * Added the Artificial Intelligence section * Added an empty line on top * Added more empty lines! --- more/free-programming-cheatsheets.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 3c2de810..b5309fc8 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -1,5 +1,6 @@ ### Index +* [Artificial Intelligence](#artificial-intelligence) * [Bash](#bash) * [C](#C) * [C++](#c-1) @@ -21,6 +22,11 @@ * [SQL](#sql) +### Artificial Intelligence + +* [What is Artificial Intelligence?](https://intelligencereborn.com/ArtificialIntelligence.html) IntelligenceReborn (HTML) + + ### Bash * [Bash Scripting cheatsheet](https://devhints.io/bash) Devhints (HTML)