From eb8d3b55ea70a44a32e234ed12ef6ba1c340caae Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 9 Apr 2023 22:31:58 +0300 Subject: Update content for gemtext --- gemfeed/atom.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'gemfeed/atom.xml') diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 4d2e1753..51975a94 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,24 +1,24 @@ - 2023-04-09T21:48:36+03:00 + 2023-04-09T22:31:42+03:00 foo.zone feed To be in the .zone! gemini://foo.zone/ - Algorithms in Go - Part 1 - - gemini://foo.zone/gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi - 2023-04-09T21:48:36+03:00 + Algorithms and Data Structures in Go - Part 1 + + gemini://foo.zone/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi + 2023-04-09T22:31:42+03:00 Paul Buetow hi@paul.cyou - This is the first blog post about my Algorithms 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. + 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.
-

Algorithms in Go - Part 1


+

Algorithms and Data Structures in Go - Part 1



          ,_---~~~~~----._         
@@ -34,9 +34,8 @@
    |                           |   
 

-This is the first blog post about my Algorithms 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.
+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 in Go - Part 1 (You are currently reading this)

This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post.

-- cgit v1.2.3