Cite This Page
Bibliographic details for Inverted Index
- Page name: Inverted Index
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 20 April 2010 23:32 UTC
- Date retrieved: 15 February 2025 22:18 UTC
- Permanent URL: https://rosettacode.org/wiki/Inverted_Index?oldid=147721
- Page Version ID: 147721
Citation styles for Inverted Index
APA style
Inverted Index. (2010, April 20). Rosetta Code. Retrieved 22:18, February 15, 2025 from https://rosettacode.org/wiki/Inverted_Index?oldid=147721.
MLA style
"Inverted Index." Rosetta Code. 20 Apr 2010, 23:32 UTC. 15 Feb 2025, 22:18 <https://rosettacode.org/wiki/Inverted_Index?oldid=147721>.
MHRA style
Rosetta Code contributors, 'Inverted Index', Rosetta Code, 20 April 2010, 23:32 UTC, <https://rosettacode.org/wiki/Inverted_Index?oldid=147721> [accessed 15 February 2025]
Chicago style
Rosetta Code contributors, "Inverted Index," Rosetta Code, https://rosettacode.org/wiki/Inverted_Index?oldid=147721 (accessed February 15, 2025).
CBE/CSE style
Rosetta Code contributors. Inverted Index [Internet]. Rosetta Code; 2010 Apr 20, 23:32 UTC [cited 2025 Feb 15]. Available from: https://rosettacode.org/wiki/Inverted_Index?oldid=147721.
Bluebook style
Inverted Index, https://rosettacode.org/wiki/Inverted_Index?oldid=147721 (last visited February 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Inverted Index --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Inverted_Index?oldid=147721", note = "[Online; accessed 15-February-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 = "Rosetta Code", title = "Inverted Index --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Inverted_Index?oldid=147721}", note = "[Online; accessed 15-February-2025]" }