Cite This Page
Bibliographic details for Algorithms
- Page name: Algorithms
- Author: WikiCoder contributors
- Publisher: WikiCoder, .
- Date of last revision: 17 July 2020 20:35 UTC
- Date retrieved: 28 February 2021 18:24 UTC
- Permanent URL: http://wikicoder.org/index.php?title=Algorithms&oldid=565
- Page Version ID: 565
Citation styles for Algorithms
APA style
Algorithms. (2020, July 17). WikiCoder, . Retrieved 18:24, February 28, 2021 from http://wikicoder.org/index.php?title=Algorithms&oldid=565.
MLA style
"Algorithms." WikiCoder, . 17 Jul 2020, 20:35 UTC. 28 Feb 2021, 18:24 <http://wikicoder.org/index.php?title=Algorithms&oldid=565>.
MHRA style
WikiCoder contributors, 'Algorithms', WikiCoder, , 17 July 2020, 20:35 UTC, <http://wikicoder.org/index.php?title=Algorithms&oldid=565> [accessed 28 February 2021]
Chicago style
WikiCoder contributors, "Algorithms," WikiCoder, , http://wikicoder.org/index.php?title=Algorithms&oldid=565 (accessed February 28, 2021).
CBE/CSE style
WikiCoder contributors. Algorithms [Internet]. WikiCoder, ; 2020 Jul 17, 20:35 UTC [cited 2021 Feb 28]. Available from: http://wikicoder.org/index.php?title=Algorithms&oldid=565.
Bluebook style
Algorithms, http://wikicoder.org/index.php?title=Algorithms&oldid=565 (last visited February 28, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "WikiCoder", title = "Algorithms --- WikiCoder{,} ", year = "2020", url = "http://wikicoder.org/index.php?title=Algorithms&oldid=565", note = "[Online; accessed 28-February-2021]" }
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 = "WikiCoder", title = "Algorithms --- WikiCoder{,} ", year = "2020", url = "\url{http://wikicoder.org/index.php?title=Algorithms&oldid=565}", note = "[Online; accessed 28-February-2021]" }