diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-24 19:59:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-24 19:59:34 +0300 |
| commit | c6e6abcb2ff84eb2eab51ee6c07f7352e78d927b (patch) | |
| tree | d65a8c5017468dbba788c11804cfd416efa1bba7 /gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi | |
| parent | cccb12632bd4a48e73f561bbd512e3060d4d16e9 (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.gmi | 12 |
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) |
