Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am looking for books that are good from your point of view
on Algorithms that have examples in C#, well maybe in Java.
But I know more C# so I prefer books in C#.
Thank you!~~
Posted
Updated 6-Apr-12 13:24pm
v4

Seems like this one is the standard right now for algorithms: http://www.amazon.com/Introduction-Algorithms-Thomas-H-Cormen/dp/0262033844/ref=sr_1_1?s=books&ie=UTF8&qid=1333499461&sr=1-1[^].

There really is not much in C# on algorithms, probably because most colleges use Java and not C#, and it does not appear that there are any reasonably rated books using C#. For Java the best regarded appears to be: http://www.amazon.com/Data-Structures-Algorithms-Java-Drozdek/dp/9814239232/ref=sr_1_2?s=books&ie=UTF8&qid=1333499755&sr=1-2[^].

At this level, should not really matter too much if it is in C#, Java, or C since the code will look almost the same. SHould be easy enough to translate.
 
Share this answer
 
Comments
Alexander Alekseyevich Fedoseev 3-Apr-12 21:29pm    
thank you!
 
Share this answer
 
v2
Comments
Alexander Alekseyevich Fedoseev 3-Apr-12 21:29pm    
thank you!
Wonde Tadesse 6-Apr-12 19:19pm    
Thanks
VJ Reddy 14-Apr-12 21:17pm    
Good links. +5
Wonde Tadesse 14-Apr-12 22:01pm    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900