Skip to content

Commit 862eb4c

Browse files
authored
Update README.md
1 parent aaba68f commit 862eb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Data-Structure-using-C-and-Python
1+
# Data-Structure-using-C
22
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.
33

44
## Types of Data Structures

0 commit comments

Comments
 (0)