Skip to content

Commit 7a7c65f

Browse files
authored
Merge pull request #778 from ipravinsingh/main
Create Basic-DSA
2 parents 6c91b0c + 34199e8 commit 7a7c65f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Basic-DSA

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Derived Data Type
2+
Those data types which are implementation independent as they can be implemented in one or other way are known as derived data types. These data types are normally built by combination of primary or built-in data types and associated operations on them. For example −
3+
4+
List
5+
6+
Array
7+
8+
Stack
9+
10+
Queue

0 commit comments

Comments
 (0)