如何在 javascript 中创建一个单词的所有可能的字谜列表?

发布于 2024-11-13 07:47:58 字数 72 浏览 3 评论 0原文

如何在 javascript 中创建一个单词的所有可能的字谜列表?如果这个问题已经被问过,请指导我找到答案?

谢谢

How do I create a list of all possible anagrams of a word in javascript?If this question has already been asked please direct me to the answer?

Thank You

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

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

发布评论

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

评论(1

趴在窗边数星星i 2024-11-20 07:47:58

给你: javascript 中的 Anagrams finder

我不确定这是否与以下问题完全相同你的,但答案中似乎有一些很好的解决方案。

编辑:实际上,这就是您所需要的:是否有任何预先构建的方法可以在 JavaScript 中查找给定字符串的所有排列?

Here you go: Anagrams finder in javascript

I'm not sure whether that's the exact same problem as yours, but there look to be a few good solutions in the answers.

EDIT: Actually, this is what you need: Is there any pre-built method for finding all permutations of a given string in JavaScript?

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