Cite This Page
Bibliographic details for Mutable List Assignment
- Page name: Mutable List Assignment
- Author: CSE425S Wiki contributors
- Publisher: CSE425S Wiki, .
- Date of last revision: 11 October 2022 03:19 UTC
- Date retrieved: 15 December 2025 16:45 UTC
- Permanent URL: http://classes.engineering.wustl.edu/cse425s/index.php?title=Mutable_List_Assignment&oldid=1824
- Page Version ID: 1824
Citation styles for Mutable List Assignment
APA style
Mutable List Assignment. (2022, October 11). CSE425S Wiki, . Retrieved 16:45, December 15, 2025 from http://classes.engineering.wustl.edu/cse425s/index.php?title=Mutable_List_Assignment&oldid=1824.
MLA style
"Mutable List Assignment." CSE425S Wiki, . 11 Oct 2022, 03:19 UTC. 15 Dec 2025, 16:45 <http://classes.engineering.wustl.edu/cse425s/index.php?title=Mutable_List_Assignment&oldid=1824>.
MHRA style
CSE425S Wiki contributors, 'Mutable List Assignment', CSE425S Wiki, , 11 October 2022, 03:19 UTC, <http://classes.engineering.wustl.edu/cse425s/index.php?title=Mutable_List_Assignment&oldid=1824> [accessed 15 December 2025]
Chicago style
CSE425S Wiki contributors, "Mutable List Assignment," CSE425S Wiki, , http://classes.engineering.wustl.edu/cse425s/index.php?title=Mutable_List_Assignment&oldid=1824 (accessed December 15, 2025).
CBE/CSE style
CSE425S Wiki contributors. Mutable List Assignment [Internet]. CSE425S Wiki, ; 2022 Oct 11, 03:19 UTC [cited 2025 Dec 15]. Available from: http://classes.engineering.wustl.edu/cse425s/index.php?title=Mutable_List_Assignment&oldid=1824.
Bluebook style
Mutable List Assignment, http://classes.engineering.wustl.edu/cse425s/index.php?title=Mutable_List_Assignment&oldid=1824 (last visited December 15, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "CSE425S Wiki",
title = "Mutable List Assignment --- CSE425S Wiki{,} ",
year = "2022",
url = "http://classes.engineering.wustl.edu/cse425s/index.php?title=Mutable_List_Assignment&oldid=1824",
note = "[Online; accessed 15-December-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "CSE425S Wiki",
title = "Mutable List Assignment --- CSE425S Wiki{,} ",
year = "2022",
url = "\url{http://classes.engineering.wustl.edu/cse425s/index.php?title=Mutable_List_Assignment&oldid=1824}",
note = "[Online; accessed 15-December-2025]"
}