Skip to content

Commit a16d8ba

Browse files
committed
Added LC Problem 0075 Sort Colors solution
1 parent 1daebde commit a16d8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0000-0099/0075-sort-colors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010
description: "This is a solution to the Two Sum problem on LeetCode."
1111
---
1212

13-
In this page, we will solve the Two Sum problem using three different approaches: brute force, hash table, and two-pointer technique. We will provide the implementation of the solution in JavaScript, TypeScript, Python, Java, C++, and more.
13+
In this page, we will solve the Sort Colors problem using three different approaches: brute force, 3 Pointer, and Dutch National Flag Algo technique. We will provide the implementation of the solution in JavaScript, TypeScript, Python, Java, C++, and more.
1414

1515
## Problem Description
1616

0 commit comments

Comments
 (0)