r5rs 中的哈希表

发布于 2024-11-29 14:35:36 字数 111 浏览 0 评论 0原文

我正在解决需要动态编程的欧拉项目的问题,在这个特定的实例中,使用哈希表比动态编程“解决方案”表更干净。使用 r5rs,我可以使用哪些函数来创建自己的哈希表?我怎样才能最好地构建和使用一个?它是一个整数哈希表。

I am solving a problem on project euler requiring dynamic programming, and in this particular instance, it is cleaner to use a hash table over a dynamic programming "solutions" table. Using r5rs, what functions are available to me to create my own hash table? how might i best go about constructing and using one? it's a hash table of integers.

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

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

发布评论

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

评论(1

花之痕靓丽 2024-12-06 14:35:36

查看 SFRI 69:基本哈希表,其中包括 参考实现,几乎是纯粹的 R5RS。

Check out SFRI 69: Basic hash tables, which includes a reference implementation that is nearly pure R5RS.

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