Cite This Page
Bibliographic details for Algorithm:MIT
- Page name: Algorithm:MIT
- Author: NAMIC Wiki contributors
- Publisher: NAMIC Wiki, .
- Date of last revision: 11 April 2023 06:12 UTC
- Date retrieved: 22 March 2026 22:19 UTC
- Permanent URL: https://www.na-mic.org/w/index.php?title=Algorithm:MIT&oldid=98837
- Page Version ID: 98837
Citation styles for Algorithm:MIT
APA style
Algorithm:MIT. (2023, April 11). NAMIC Wiki, . Retrieved 22:19, March 22, 2026 from https://www.na-mic.org/w/index.php?title=Algorithm:MIT&oldid=98837.
MLA style
"Algorithm:MIT." NAMIC Wiki, . 11 Apr 2023, 06:12 UTC. 22 Mar 2026, 22:19 <https://www.na-mic.org/w/index.php?title=Algorithm:MIT&oldid=98837>.
MHRA style
NAMIC Wiki contributors, 'Algorithm:MIT', NAMIC Wiki, , 11 April 2023, 06:12 UTC, <https://www.na-mic.org/w/index.php?title=Algorithm:MIT&oldid=98837> [accessed 22 March 2026]
Chicago style
NAMIC Wiki contributors, "Algorithm:MIT," NAMIC Wiki, , https://www.na-mic.org/w/index.php?title=Algorithm:MIT&oldid=98837 (accessed March 22, 2026).
CBE/CSE style
NAMIC Wiki contributors. Algorithm:MIT [Internet]. NAMIC Wiki, ; 2023 Apr 11, 06:12 UTC [cited 2026 Mar 22]. Available from: https://www.na-mic.org/w/index.php?title=Algorithm:MIT&oldid=98837.
Bluebook style
Algorithm:MIT, https://www.na-mic.org/w/index.php?title=Algorithm:MIT&oldid=98837 (last visited March 22, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "NAMIC Wiki",
title = "Algorithm:MIT --- NAMIC Wiki{,} ",
year = "2023",
url = "https://www.na-mic.org/w/index.php?title=Algorithm:MIT&oldid=98837",
note = "[Online; accessed 22-March-2026]"
}
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 = "NAMIC Wiki",
title = "Algorithm:MIT --- NAMIC Wiki{,} ",
year = "2023",
url = "\url{https://www.na-mic.org/w/index.php?title=Algorithm:MIT&oldid=98837}",
note = "[Online; accessed 22-March-2026]"
}