Skip to content

Commit

Permalink
Updated publishing date
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 22, 2024
1 parent f7f1364 commit c2c389a
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
@@ -1,7 +1,7 @@
---
author: "Avnish"
title: "Two-Pointer Approach"
date: "2024-01-26"
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"]
categories: ["Data Structures"]
Expand Down

0 comments on commit c2c389a

Please sign in to comment.