fix: replace imgur URLs with s3 URLs for files with potential conflict (#36049)
* fix: replace imgur with s3 for files with potential conflict (cherry picked from commit 4ec62c0e29a64b0288eade45fb510f25c622945a) * fix/remote extra link Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * fix: revert change
This commit is contained in:
@@ -10,7 +10,7 @@ List elements point to its next element so all elements are ordered in sequence
|
||||
How? You may ask. They do this not by indexing but using a special tool called iterators. Iterators are like special pointers
|
||||
whose job is to maintain the order of the list elements kind of like the link between two train cars. Here is a nice visual
|
||||
of how Lists are organized compared to Vectors and Arrays.
|
||||

|
||||

|
||||
|
||||
Traversal in a list is slow as compared to Vectors and Arrays, but once a position has been found, insertion and deletion are quick.
|
||||
|
||||
|
Reference in New Issue
Block a user