Introduction to Algorithms
Performance Analysis an Algorithms
Asymptotic Notations
Introduction to Data Structures
Linear data structures
Non Linear data structures
Toggle Menu
Home
C
D S
Java
SpringBoot
Python
Previous
        
NON LINEAR DATA STRUCTURES
In
Nonlinear data structures
, data elements are not organized in a sequential fashion. Data structures like multidimensional arrays, trees, graphs, tables and sets are some examples of widely used nonlinear data structures.
Previous