Cite This Page
Bibliographic details for Chained Dictionary Assignment
- Page name: Chained Dictionary Assignment
- Author: CSE425S Wiki contributors
- Publisher: CSE425S Wiki, .
- Date of last revision: 14 July 2023 19:35 UTC
- Date retrieved: 15 December 2025 18:03 UTC
- Permanent URL: http://classes.engineering.wustl.edu/cse425s/index.php?title=Chained_Dictionary_Assignment&oldid=2217
- Page Version ID: 2217
Citation styles for Chained Dictionary Assignment
APA style
Chained Dictionary Assignment. (2023, July 14). CSE425S Wiki, . Retrieved 18:03, December 15, 2025 from http://classes.engineering.wustl.edu/cse425s/index.php?title=Chained_Dictionary_Assignment&oldid=2217.
MLA style
"Chained Dictionary Assignment." CSE425S Wiki, . 14 Jul 2023, 19:35 UTC. 15 Dec 2025, 18:03 <http://classes.engineering.wustl.edu/cse425s/index.php?title=Chained_Dictionary_Assignment&oldid=2217>.
MHRA style
CSE425S Wiki contributors, 'Chained Dictionary Assignment', CSE425S Wiki, , 14 July 2023, 19:35 UTC, <http://classes.engineering.wustl.edu/cse425s/index.php?title=Chained_Dictionary_Assignment&oldid=2217> [accessed 15 December 2025]
Chicago style
CSE425S Wiki contributors, "Chained Dictionary Assignment," CSE425S Wiki, , http://classes.engineering.wustl.edu/cse425s/index.php?title=Chained_Dictionary_Assignment&oldid=2217 (accessed December 15, 2025).
CBE/CSE style
CSE425S Wiki contributors. Chained Dictionary Assignment [Internet]. CSE425S Wiki, ; 2023 Jul 14, 19:35 UTC [cited 2025 Dec 15]. Available from: http://classes.engineering.wustl.edu/cse425s/index.php?title=Chained_Dictionary_Assignment&oldid=2217.
Bluebook style
Chained Dictionary Assignment, http://classes.engineering.wustl.edu/cse425s/index.php?title=Chained_Dictionary_Assignment&oldid=2217 (last visited December 15, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "CSE425S Wiki",
title = "Chained Dictionary Assignment --- CSE425S Wiki{,} ",
year = "2023",
url = "http://classes.engineering.wustl.edu/cse425s/index.php?title=Chained_Dictionary_Assignment&oldid=2217",
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 = "Chained Dictionary Assignment --- CSE425S Wiki{,} ",
year = "2023",
url = "\url{http://classes.engineering.wustl.edu/cse425s/index.php?title=Chained_Dictionary_Assignment&oldid=2217}",
note = "[Online; accessed 15-December-2025]"
}