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.
{0 i 1 j 2 k | 0 <= i <= j <= k }
是否可以为这种语言设计 PDA?
我认为答案是否定的,它只能使用至少一个上下文无关语法来定义。
但是,我不知道为什么。我需要对此进行一些讨论和解释。
答案是不。实际上,这种语言既没有 CFG 也没有 NPDA。可以使用上下文无关语言的泵引理来建立证明。