Data structures using c++

Can you suggest a source (preferably online) on data structures?[using pseudocode or c++]
I want to spend some time working on AI,to add AI to checkers or chess.I know/guess its not an easy subject,but I need a starting point.
Pick a data structure and google it by name. I'm sure Wikipedia has comprehensive articles on all of them.
There are tons of sites and articles on data structures. They are not textbooks though. Some familiarity with algorithmic analysis is usually presumed for the more complex subjects. Wikipedia, no matter what one says of its content, is good central hub with references and descriptions for orientation. Some of the articles there are very accessible, some are very cryptic. If you have some particular problem with the sources you find, then I(we) could try to help you specifically with that.

That said, for AI basics, and especially for turn based games, I enjoyed using this summary: http://www.fierz.ch/strategy.htm

Since I lost the bookmark, this gives me the opportunity to restore it now :)

Regards
Thanks for the suggestions and the link.
Topic archived. No new replies allowed.