From 252b78e2f44c20ff8c2355743eba88d3b2d2b5ee Mon Sep 17 00:00:00 2001 From: qarnax801 Date: Thu, 25 Aug 2022 17:36:37 +0100 Subject: [PATCH] Added description, date and tags --- content/blog/what-is-an-algorithm/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/what-is-an-algorithm/index.md b/content/blog/what-is-an-algorithm/index.md index 87d9c2fc..96e75583 100644 --- a/content/blog/what-is-an-algorithm/index.md +++ b/content/blog/what-is-an-algorithm/index.md @@ -1,10 +1,10 @@ --- { title: "What's An Algorithm?", - description: "", - published: '', + description: "A quick introduction into what algorithms are, what they're made of and why they're an important part of understanding how programming languages work", + published: '2022-08-25T18:00:00.000Z', authors: ['qarnax'], - tags: [], + tags: ['computer science'], attached: [], license: 'cc-by-nc-sa-4', }