Skip to content

Commit ceda4cc

Browse files
authored
Update README.md
1 parent fb085e0 commit ceda4cc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# C-STL
2-
Here I upload my C++ STL program which i have done during Covid-19.
32
# These Note are from diffrent sites which i copy it here for my learning.
43

54
# What are Containers in STL?
@@ -9,13 +8,13 @@ The containers are implemented as generic class templates, means that a containe
98

109
Following are some common containers :
1110

12-
### vector : replicates arrays
13-
### queue : replicates queues
14-
### stack : replicates stack
15-
### priority_queue : replicates heaps
16-
### list : replicates linked list
17-
### set : replicates trees
18-
### map : associative arrays
11+
### * vector : replicates arrays
12+
### * queue : replicates queues
13+
### * stack : replicates stack
14+
### * priority_queue : replicates heaps
15+
### * list : replicates linked list
16+
### * set : replicates trees
17+
### * map : associative arrays
1918

2019
# Classification of Containers in STL
2120
Containers are classified into four categories :

0 commit comments

Comments
 (0)