Java
毅破冰寒
这个作者很懒,什么都没留下…
展开
-
JAVA栈的一些操作
import java.util.Scanner; public class circulateArray { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); circulatearrayqueue arrayqueue...原创 2020-04-22 10:28:09 · 80 阅读 · 0 评论 -
中缀表达式转后缀表达式的一点想法
/* This class is to solve the problem of infix to suffix. The specific idea is to read the string in order, and perform the related operations on the characters read: take the character int...原创 2020-04-22 10:20:44 · 137 阅读 · 0 评论