PDA

View Full Version : ada programming??



abhilashm86
February 6th, 2009, 01:53 PM
well friends,i am quite comfortable with c and c++ programming,now learning python,so when it comes to graph traversals,trees and complex sortings, i'll scratch my head and landup in writing some waste algorithms, unable to code it in c++,so i want to improve my skills in algorithm writing, so please suggest a good book,so i can carry on with usefull techniques:)

also i appreciate if you people tell how to make up basic algorithm steps,techniques..............

ankursethi
February 6th, 2009, 07:06 PM
What does your problem have to do with Ada?

For a great introduction to algorithms, check out MIT's Introduction to Algorithms. It's a bit heavy, but worth the effort.

Mr.Macdonald
February 7th, 2009, 01:23 AM
Or Just keep programming, books only help so much. If you have internet then don't buy a book. I have numerous books on programming that I never use! And I have internet which I am using right now.

kjohansen
February 7th, 2009, 05:00 AM
if you are looking for algorithms training, MIT open courseware has online free video lectures based off the book mentioned by ankursethi. I agree that the book is good.