使用图灵机接受2个相同长度的字符串

发布于 2024-10-08 15:34:31 字数 121 浏览 3 评论 0原文

NET考试中会问到这个问题。

你能告诉我如何解决这个问题吗?问题是接受两个长度相同的字符串。

我想在{图灵机表中回答,如 q0==> [q0,b,a] } 这种格式。

舒巴达

This problem is asked in NET exam.

can you please tell me how to solve this problem. Problem is accept two string with same length.

I wnat answer in {turing machine table like q0==> [q0,b,a] } this format.

shubhadaa

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不羁少年 2024-10-15 15:34:31

考试的目的是证明你可以设计一种算法并用图灵符号表达它,所以给你机器表会适得其反。然而,假设两个字符串都在同一磁带上编码,则简单的字符标记算法就足够了。

The purpose of an exam is show that you can devise an algorithm and express it in Turing's notation, so giving you the machine table would be counter productive. Assuming, however, both strings are encoded on the same tape, a simple character marking algorithm should suffice.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文