We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f95d3b commit 8555c0eCopy full SHA for 8555c0e
1 file changed
src/main/java/com/thealgorithms/strings/ReverseString.java
@@ -62,7 +62,7 @@ public static String reverse3(String string) {
62
/**
63
* Reverses the given string using a stack.
64
* This method uses a stack to reverse the characters of the string.
65
- * * @param str The input string to be reversed.
+ * @param str The input string to be reversed.
66
* @return The reversed string.
67
*/
68
public static String reverseStringUsingStack(String str) {
0 commit comments