Changed the tick marks for std::list<int> Numbers; (#24172)

Changed the tick marks for std::list<int> Numbers; so it displays correctly.
This commit is contained in:
LT
2018-12-06 19:05:00 -07:00
committed by Manish Giri
parent 048ee477e2
commit ba1935ee3c

View File

@ -17,7 +17,7 @@ Traversal in a list is slow as compared to Vectors and Arrays, but once a positi
## How to declare a List
If you want to declare a List of Numbers you write:
'''std::list<int> Numbers;'''
```std::list<int> Numbers;```
## Functions used with List
size() : Returns the number of elements in the list