Priority queue for Common Lisp?

梦想与她 提交于 2019-12-24 00:59:28

问题


I've been looking everywhere for a priority queue implementation for Common Lisp that works, and so far, I've not had much luck. As I'm fairly new to Common Lisp, whenever I see a huge warning/error dump from the REPL, I'm not really sure what to do about it. This isn't helped by the fact that all the priority queue implementations I've found seem to be really old.

Could someone suggest one to me?


回答1:


A quick search for "queue" on http://quickdocs.org turned up a few choices. I looked at the description and API of priority-queue and it seems sensible. You can get it from Quicklisp.



来源:https://stackoverflow.com/questions/23607307/priority-queue-for-common-lisp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!