We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292832e commit dcc90feCopy full SHA for dcc90fe
2957_Remove_Adjacent_Almost-Equal_Characters.java
@@ -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
+/*
+ * 2957. Remove Adjacent Almost-Equal Characters
+ * Problem Link: https://leetcode.com/problems/remove-adjacent-almost-equal-characters
+ * 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
+ */
11
12
class Solution {
13
public int removeAlmostEqualCharacters(String word) {
0 commit comments