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