From a9fa53eaad99bdbd257f25ec405a11ea0f9f781a Mon Sep 17 00:00:00 2001 From: bovem Date: Mon, 6 Nov 2023 13:34:52 +0530 Subject: [PATCH 1/3] Updated README with latest article --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbfa463..2ea6640 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Blog Cover Image](./static/bovem-cover.png)](https://www.avni.sh/) +[![Blog Cover Image](./static/avnish-cover.png)](https://www.avni.sh/) Blogs on Self-Hosting, Homelab and DevOps Technologies. @@ -34,6 +34,7 @@ Blogs on Self-Hosting, Homelab and DevOps Technologies. - Finding Most Frequent Elements in an Array - Building a Product Array without the Element Itself - Checking Validity of a Sudoku Grid + - Encoding and Decoding Functions for Strings ## Technologies Used - [Hugo Static Site Generator](https://gohugo.io/) From e97cdb76ed899f4890820230b23a1bcf27eebc5d Mon Sep 17 00:00:00 2001 From: bovem Date: Mon, 6 Nov 2023 13:38:41 +0530 Subject: [PATCH 2/3] Updated blog decription --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea6640..f238b5a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Blog Cover Image](./static/avnish-cover.png)](https://www.avni.sh/) -Blogs on Self-Hosting, Homelab and DevOps Technologies. +Blogs on Computer Science, Mathematics and Technology. ## Index - Kubernetes From 56cab8dba7d3376ddd3aa945a5d06c0b371e90ce Mon Sep 17 00:00:00 2001 From: bovem Date: Mon, 6 Nov 2023 13:40:29 +0530 Subject: [PATCH 3/3] Updating README indentations --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f238b5a..eb1288e 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ Blogs on Computer Science, Mathematics and Technology. - Data Structures and Algorithms - Time Complexity - Arrays, Strings, and HashMaps - - Rabin-Karp Substring Search - - Checking an Array for Duplicate Values - - Identifying Anagrams - - Finding Elements in an Array that Sum Up to a Target Value - - Group Anagrams in an Array - - Finding Most Frequent Elements in an Array - - Building a Product Array without the Element Itself - - Checking Validity of a Sudoku Grid - - Encoding and Decoding Functions for Strings + - Rabin-Karp Substring Search + - Checking an Array for Duplicate Values + - Identifying Anagrams + - Finding Elements in an Array that Sum Up to a Target Value + - Group Anagrams in an Array + - Finding Most Frequent Elements in an Array + - Building a Product Array without the Element Itself + - Checking Validity of a Sudoku Grid + - Encoding and Decoding Functions for Strings ## Technologies Used - [Hugo Static Site Generator](https://gohugo.io/)