Skip to content

Commit d2bda15

Browse files
authored
Update SHORT_NOTES_on_STL.md
1 parent 326efd7 commit d2bda15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SHORT_NOTES_on_STL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
##Standard template Library (STL)
12

3+
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.
4+
5+
lower_bound()
6+
upper_bound()
7+
find()

0 commit comments

Comments
 (0)