Basics of Data Structure.
Basics of Data Structure.
1. Data structure affects the design of both structural & functional aspects
of a program. Program=algorithm + Data Structure.
▸ In stack element is always added at top of stack and also removed from
top of the stack.
5. Router algorithms
GRAPH:
▸ A graph is a non linear data structure. A set of items connected by edges. Each item is called
a vertex or node. Formally, a graph is a set of vertices and a binary relation between vertices,
adjacency.
▸ Graph applications:
3. internet routing.
CONCLUSION:
In conclusion, data structures are a great tool to computer science and the professionals who
utilize them. Data structures have their advantages and disadvantages like everything in our lives.
Only advance users can make changes to data structures, and any problem involving data
structure will need a professional to rectify. Luckily, there are more advantages than there are
disadvantages. Data structures allow information storage, it provides the means for management
of large data like databases, work together and are necessary for efficient algorithms, safe
storage of data, allows easier processing of data, and the use of the internet to access data
anytime. With those odds, this makes it easy to accept that without these applications in our lives,
life would be that much harder when dealing with computer science and even
our day to day tasks.
REFERENCE:
1. GOOGLE.COM.