Skip to content

Commit ab1552c

Browse files
authored
Update SHORT_NOTES_on_STL.md
1 parent aef28a4 commit ab1552c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SHORT_NOTES_on_STL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Standard template Library (STL)
1+
###Standard template Library (STL)
22

33
map is a very important STL used in competitive programming. Map is implemented using Red-Black Tree. Maps store values in the form of a combination of a key value and a mapped value.
44

0 commit comments

Comments
 (0)