Skip to content

Commit dcc90fe

Browse files
committed
Formatted 2957_Remove_Adjacent_Almost-Equal_Characters.java
1 parent 292832e commit dcc90fe

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Diff for: 2957_Remove_Adjacent_Almost-Equal_Characters.java

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
// id: 2957
2-
// Name: Remove Adjacent Almost-Equal Characters
3-
// link: https://leetcode.com/problems/remove-adjacent-almost-equal-characters
4-
// Difficulty: Medium
1+
/*
2+
* 2957. Remove Adjacent Almost-Equal Characters
3+
* Problem Link: https://leetcode.com/problems/remove-adjacent-almost-equal-characters
4+
* Difficulty: Medium
5+
*
6+
* Solution Created by: Muhammad Khuzaima Umair
7+
* LeetCode : https://leetcode.com/mkhuzaima/
8+
* Github : https://github.com/mkhuzaima
9+
* LinkedIn : https://www.linkedin.com/in/mkhuzaima/
10+
*/
511

612
class Solution {
713
public int removeAlmostEqualCharacters(String word) {

0 commit comments

Comments
 (0)