Could anyone point me to an example implementation of a HOT Queue or give some pointers on how to approach implementing one?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is a page I found that provides at least a clue toward what data structures you might use to implement this. Scroll down to the section called ‘Making A* Scalable.’ It’s unfortunate that the academic papers on the subject mention having written C++ code but don’t provide any.