如何在 javascript 中创建一个单词的所有可能的字谜列表?
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
给你: 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?