Skip to content

Commit

Permalink
Merge pull request #53 from bovem/drafts
Browse files Browse the repository at this point in the history
Updating README
  • Loading branch information
bovem authored Nov 6, 2023
2 parents 088271b + 56cab8d commit 8bcb7f7
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![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.
Blogs on Computer Science, Mathematics and Technology.

## Index
- <a target=_blank href="https://www.avni.sh/posts/kubernetes/">Kubernetes</a>
Expand All @@ -26,14 +26,15 @@ Blogs on Self-Hosting, Homelab and DevOps Technologies.
- <a target=_blank href="https://www.avni.sh/posts/dsa/">Data Structures and Algorithms</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/time-complexity/">Time Complexity</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/arrays-strings-hashmaps/">Arrays, Strings, and HashMaps</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/rabin-karp-substring-search/">Rabin-Karp Substring Search</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/contains-duplicate/">Checking an Array for Duplicate Values</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/identifying-anagrams/">Identifying Anagrams</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/finding-elements-that-sum-up-to-target/">Finding Elements in an Array that Sum Up to a Target Value</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/group-anagrams-in-an-array/">Group Anagrams in an Array</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/finding-most-frequent-elements-in-an-array/">Finding Most Frequent Elements in an Array</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/building-a-product-array-without-the-element-itself/">Building a Product Array without the Element Itself</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/is-valid-sudoku/">Checking Validity of a Sudoku Grid</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/rabin-karp-substring-search/">Rabin-Karp Substring Search</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/contains-duplicate/">Checking an Array for Duplicate Values</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/identifying-anagrams/">Identifying Anagrams</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/finding-elements-that-sum-up-to-target/">Finding Elements in an Array that Sum Up to a Target Value</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/group-anagrams-in-an-array/">Group Anagrams in an Array</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/finding-most-frequent-elements-in-an-array/">Finding Most Frequent Elements in an Array</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/building-a-product-array-without-the-element-itself/">Building a Product Array without the Element Itself</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/is-valid-sudoku/">Checking Validity of a Sudoku Grid</a>
- <a target=_blank href="https://www.avni.sh/posts/dsa/encoding-and-decoding-strings//">Encoding and Decoding Functions for Strings</a>

## Technologies Used
- [Hugo Static Site Generator](https://gohugo.io/)
Expand Down

0 comments on commit 8bcb7f7

Please sign in to comment.