C++

Sunday, 7 October 2012

Data Structure, Outline:

In computer science, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.
Data Structures evolve arround:
  • Introduction to Algorithms

  • ADTs

  • Searching and sorting Techniques

  • Arrays

  • Stacks

  • Recursion

  • Queues

  • Lists and its variations

  • Trees

  • Hashing

  • Graphs

 

No comments:

Post a Comment