3.19括号配对

所属分类:数据结构
开发工具:C/C++
文件大小:1625KB
下载次数:0
上传日期:2020-05-09 21:42:28
上 传 者北极星守望
说明:  假设一个算术表达式中可以包含三种括号:园括号“(”和“)”、方括号“[”和“]”、花括号“{”和“}”,且这三种括号可按任意的次序嵌套使用。编写判别给定表达式中所含括号是否正确配对出现的算法(已知表达式已存入数据元素为字符的顺序表中)。要求:顺序栈存储;实现顺序栈的基本操作;调用基本操作完成。
(Suppose an arithmetic expression can contain three kinds of parentheses: the square brackets "(" and") ", the square brackets "[" and"] ", and the curly brackets "{" and"} ", which can be nested in any order. Write an algorithm that determines whether the correct pairing of parentheses in a given expression occurs (the expression is known to have been stored in an order table with data elements as characters). Requirements: sequential stack storage; Achieve the basic operation of the sequence stack; The basic operation is invoked.)

文件列表:
3.19括号配对\.vs\3.19括号配对\v15\.suo (34304, 2020-04-25)
3.19括号配对\.vs\3.19括号配对\v15\Browse.VC.db (1708032, 2020-04-25)
3.19括号配对\.vs\3.19括号配对\v15\ipch\AutoPCH\5204f421ec03dcba\3.19.ipch (2490368, 2020-04-08)
3.19括号配对\.vs\3.19括号配对\v15\ipch\AutoPCH\8cb08190df988e22\3.19.ipch (2490368, 2020-04-25)
3.19括号配对\.vs\3.19括号配对\v15\ipch\AutoPCH\95673e815269b56a\3.19.ipch (2490368, 2020-03-24)
3.19括号配对\3.19.c (1788, 2020-03-24)
3.19括号配对\3.19括号配对.sln (1444, 2020-03-23)
3.19括号配对\3.19括号配对.vcxproj (7543, 2020-03-24)
3.19括号配对\3.19括号配对.vcxproj.filters (947, 2020-03-23)
... ...

近期下载者

相关文件


收藏者