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