We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a0b83 commit a3c67feCopy full SHA for a3c67fe
src/main/java/com/thealgorithms/stacks/InfixToPrefix.java
@@ -9,7 +9,7 @@ private InfixToPrefix() {
9
}
10
11
/**
12
- * Converts an infix expression to a prefix expression.
+ * Convert an infix expression to a prefix expression.
13
*
14
* @param infixExpression the infix expression to convert
15
* @return the prefix expression
0 commit comments