summaryrefslogtreecommitdiff
path: root/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-24 19:59:34 +0300
committerPaul Buetow <paul@buetow.org>2024-08-24 19:59:34 +0300
commitc6e6abcb2ff84eb2eab51ee6c07f7352e78d927b (patch)
treed65a8c5017468dbba788c11804cfd416efa1bba7 /gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi
parentcccb12632bd4a48e73f561bbd512e3060d4d16e9 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi')
-rw-r--r--gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi12
1 files changed, 12 insertions, 0 deletions
diff --git a/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi
index 3a05cd59..aa12a353 100644
--- a/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi
+++ b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi
@@ -16,6 +16,18 @@
| |
```
+## Table of Contents
+
+* ⇢ Algorithms and Data Structures in Go - Part 1
+* ⇢ ⇢ Introduction
+* ⇢ ⇢ Type constraints
+* ⇢ ⇢ ArrayList
+* ⇢ ⇢ Helper methods
+* ⇢ ⇢ Sleep sort
+* ⇢ ⇢ ⇢ Testing
+
+## Introduction
+
This is the first blog post about my Algorithms and Data Structures in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.
=> ./2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi 2023-04-09 Algorithms and Data Structures in Go - Part 1 (You are currently reading this)