Jan 14 2009
DATASTRUCTURE WITH C OR C++
Data Structure is nothing but the way for representing the data.
As the data is a critical element in information technology and software development, so Data Structure is one of the most important subjects for the students who are studying Information Technology and Computer Science. Students, who are good in data structure, are more preferable, in the IT companies and software development firms as processing data is one of the major functions of the Information Technology.
Not only for clearing the campus interviews, it is also famous for being an interesting and a scoring subject that is quite easy to learn and understand. The concepts of the data structure are generally implemented with C or C++ (In case of Undergraduate and Post Graduate courses). So, you should be acquainted well with C or C++, should have clear concepts on structure, function, array, pointer and memory allocation to do well with Data Structure.
Thus, it is better to brush up your c or c++ skill at first. If you want to do so, then check my previous posts to get some useful links for tutorials for revising the C or the C++. But if you are confident enough that you don’t need to have a glance on them, and can remember them, then go ahead, start learning the data structure. You can get useful materials at following websites:
http://www.datastructureebook.blogspot.com/
http://www.geocities.com/x_scn/Ebooks/CS.html
http://www.cplusplus.com/doc/tutorial/structures.html
http://www.java2s.com/Tutorial/C/0260__Data-Structure/Catalog0260__Data-Structure.htm


