本文介绍了插入排序与工作和编码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

带工作和编码的插入排序

读取表达式给用户要么表达式是否平衡

例子

Insertion sort with working and coding
Read the expression to the user either than expression is balanced or not
Example

(2+3)-5(2+4)
3-2(5+6(2/3)^2)



阅读包含paranthesis的数学表达式,并确定使用堆栈的用户关于paranthesis的表达式

Impliment FIFO结构

使用两个LIFO结构

使用两个堆栈排队



我尝试过:



请帮我解决我的问题


Read a mathematical expression containing paranthesis and determine either than expression from user with respect to paranthesis using stack
Impliment a FIFO Structure
Using two LIFO Structure
Making queue with two stack

What I have tried:

Please help me to solve my problem

推荐答案



这篇关于插入排序与工作和编码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 10:10