I'm trying to search for a* and a\* and a-star on the ACM portal but its not finding anything on A* path finding algorithms

If I search for search strategies you get as the third hit an article with A* in its title, and other search keys give you yet more articles with A* in their title, but I need a way to SEARCH FOR A* IN THE TITLE!!

link|improve this question

62% accept rate
good question.. – Paul Nathan Nov 17 '09 at 15:48
feedback

2 Answers

Most website search forms do not handle special characters well; this is probably a limitation of the search implementation. If you haven't done so already, use the Feedback link on the ACM portal's search results page to report the problem.

link|improve this answer
feedback

The algorithm is pronounced "A Star", so have you tried searching for "A Star" instead of "A*"?

link|improve this answer
only works if they've spelled it A Star. won't match the string literal A* without a really special search algorithm. – quack quixote Nov 17 '09 at 13:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.