Skip to content

Commit

Permalink
Removed tag for "go"
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 22, 2024
1 parent c2c389a commit cadbc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/dsa/two-pointers-approach/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: "Avnish"
title: "Two-Pointer Approach"
date: "2024-01-23"
description: "The two-pointer approach provides an efficient alternative for solving problems related to substrings, subarrays, and sequences."
tags: ["data-structures", "linked-lists", "fast-slow-pointers", "two-pointer", "sliding-window", "pointers", "go"]
tags: ["data-structures", "linked-lists", "fast-slow-pointers", "two-pointer", "sliding-window", "pointers"]
categories: ["Data Structures"]
series: ["Data Structures and Algorithms"]
aliases: ["two-pointer-approach", "sliding-window", "fast-slow-pointers"]
Expand Down

0 comments on commit cadbc79

Please sign in to comment.