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