Skip to content

Commit 5d9ee83

Browse files
committed
Added Solution of LC Problem 0075 Sort Colors.
1 parent a16d8ba commit 5d9ee83

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 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.
13+
In this page, we will be 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)