File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,14 +279,16 @@ msgid ""
279279"is the first element retrieved (\" first-in, first-out\" ); however, lists are "
280280"not efficient for this purpose. While appends and pops from the end of list "
281281"are fast, doing inserts or pops from the beginning of a list is slow "
282- "(because all of the other elements have to be shifted by one)."
282+ "(because all of the other elements have to be shifted by one). See :ref:"
283+ "`time-complexity` for more information."
283284msgstr ""
284285"Es ist auch möglich, eine Liste als Warteschlange zu verwenden, bei der das "
285286"zuerst hinzugefügte Element als erstes wieder abgerufen wird (\" First-in, "
286287"First-out\" ); allerdings sind Listen für diesen Zweck nicht effizient. "
287288"Während das Anhängen und Entnehmen am Ende einer Liste schnell erfolgt, ist "
288289"das Einfügen oder Entnehmen am Anfang einer Liste langsam (da alle anderen "
289- "Elemente um eine Position verschoben werden müssen)."
290+ "Elemente um eine Position verschoben werden müssen). Weitere Informationen "
291+ "findest du unter :ref:`time-complexity`."
290292
291293#: ../../tutorial/datastructures.rst:172
292294msgid ""
You can’t perform that action at this time.
0 commit comments