| Author |
Data structures using c++
|
Aditya Sastry
Greenhorn
Joined: Jun 08, 2012
Posts: 5
|
|
Hi all,
Am looking a for a nice textbook which would cover as much depth as possible in data structures. I am looking for something ANSI C by K&R, The c++ language by bjarne stroustrup, Step first SCJP by kathy siera, operating systems by tanebaum, and the likes of such books.
And also could some one point me to some general computer science forum, where I could ask questions on operating systems, networking, compiler designs,algorithm design?Am basically a undergrad CSE student, This forum is great, But it kinda feels more JAVA centric, I see that it is named JavaRanch, so I should know what to expect.
|
 |
Anand Hariharan
Rancher
Joined: Aug 22, 2006
Posts: 252
|
|
Horowitz and Sahni is what you are looking for.
Regarding forums, try -
usenet (e.g., comp.programming)stackoverflow.com
|
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- Antoine de Saint-Exupery
|
 |
Aniruddh Joshi
Ranch Hand
Joined: Jul 29, 2008
Posts: 275
|
|
You can ask questions under general computing, engineering and other programming languages @ the coderanch.
I personally find the depth of answers better here than stackoverflow.
|
Anrd
"One of the best things you could do is to simplify a larger application into a smaller one by reducing its process and complexity - Fowler"
|
 |
Aditya Sastry
Greenhorn
Joined: Jun 08, 2012
Posts: 5
|
|
@Anand hariharan I read part of satraj sahani .. what would you find to be better .. Satraj or mark allen weiss ?
@Aniruddh Joshi It kinda takes a lot of time here to get response as you can see
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9939
|
|
|
I would suggest you don't want to learn about these in any specific language. The concept of a linked list is important to understand on the abstract level...Once you have that, it's easy to learn how it's done in Java, C, Ada, or any other language. But you really need to learn what it is first, so you don't just learn "the C++ way it's done" and then are stuck when you need to know how it works in Java.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
 |
|
|
subject: Data structures using c++
|
|
|