Skip to content

Commit e6c978e

Browse files
authored
Rename InfixToPostfix to InfixToPostfixevaluator
1 parent 4e8d553 commit e6c978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/stacks/InfixToPostfixevaluator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.Stack;
22

3-
public class InfixToPostfix {
3+
public class InfixToPostfixevaluator {
44

55
// Function to check operator precedence
66
static int precedence(char ch) {

0 commit comments

Comments
 (0)