Question:

How can i find the data structure elaboration???

by  |  earlier

0 LIKES UnLike

types of data structure

 Tags:

   Report

1 ANSWERS


  1. You should probably start here:

    http://en.wikipedia.org/wiki/Data_Struct...

    And for more info on different types of data structures, here:

    http://en.wikipedia.org/wiki/List_of_dat...

    For the quick and dirty run down, Arrays, linked list, stacks, heaps, trees, and hash tables are probably the most important categories of data structures.  Everything else is mostly different ways to implement these basic data structures, or different applications of them.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.