You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic concepts of data structure using c language and python.
2
+
A data structure is a particular way of organizing data in a computer so that it can be used effectively. Data Structures are used to store data in an organised and efficient manner. The C and python Programming language has many data structures like an array, stack, queue, linked list, tree, etc. A programmer selects an appropriate data structure and uses it according to their convenience.
0 commit comments