Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
证明包含相等数量的 01 和 10 的集合 L 是规则的;[提示:L = {'', 0,00..,1,11...,010,101,...},考虑两个分支;一个以 0 开头,另一个以 1 开头。] 为 L 编写 CFG 和 PDA。