Skip to content

Commit 2b66c51

Browse files
Update 2021-07-10-utilizing-contiguous-containers.md
1 parent db22b48 commit 2b66c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog-posts/_posts/2021-07-10-utilizing-contiguous-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ This technique becomes very handy when you need to allocate heavy resources thro
2020

2121
**Note:** Internally, vector allocates bytes by multiplying the **size of object-type** with **total no. of objects**.
2222

23-
**P.S:** If you have any ambiguity in understanding the concept, please watch this <a href="https://youtu.be/j0_u26Vpb4w?t=1651" target="_blank"><b>reference video</b></a>. Peace!
23+
**P.S:** If you have any ambiguity in understanding the concept, please watch this <a href="https://www.youtube.com/watch?v=j0_u26Vpb4w&t=1651s" target="_blank"><b>reference video</b></a>. Peace!

0 commit comments

Comments
 (0)