Cite This Page
Bibliographic details for Longest substrings without repeating characters
- Page name: Longest substrings without repeating characters
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 16 October 2022 11:22 UTC
- Date retrieved: 27 March 2023 17:39 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Longest_substrings_without_repeating_characters&oldid=331945
- Page Version ID: 331945
Citation styles for Longest substrings without repeating characters
APA style
Longest substrings without repeating characters. (2022, October 16). Rosetta Code, . Retrieved 17:39, March 27, 2023 from https://rosettacode.org/w/index.php?title=Longest_substrings_without_repeating_characters&oldid=331945.
MLA style
"Longest substrings without repeating characters." Rosetta Code, . 16 Oct 2022, 11:22 UTC. 27 Mar 2023, 17:39 <https://rosettacode.org/w/index.php?title=Longest_substrings_without_repeating_characters&oldid=331945>.
MHRA style
Rosetta Code contributors, 'Longest substrings without repeating characters', Rosetta Code, , 16 October 2022, 11:22 UTC, <https://rosettacode.org/w/index.php?title=Longest_substrings_without_repeating_characters&oldid=331945> [accessed 27 March 2023]
Chicago style
Rosetta Code contributors, "Longest substrings without repeating characters," Rosetta Code, , https://rosettacode.org/w/index.php?title=Longest_substrings_without_repeating_characters&oldid=331945 (accessed March 27, 2023).
CBE/CSE style
Rosetta Code contributors. Longest substrings without repeating characters [Internet]. Rosetta Code, ; 2022 Oct 16, 11:22 UTC [cited 2023 Mar 27]. Available from: https://rosettacode.org/w/index.php?title=Longest_substrings_without_repeating_characters&oldid=331945.
Bluebook style
Longest substrings without repeating characters, https://rosettacode.org/w/index.php?title=Longest_substrings_without_repeating_characters&oldid=331945 (last visited March 27, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Longest substrings without repeating characters --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Longest_substrings_without_repeating_characters&oldid=331945", note = "[Online; accessed 27-March-2023]" }
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 = "Longest substrings without repeating characters --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Longest_substrings_without_repeating_characters&oldid=331945}", note = "[Online; accessed 27-March-2023]" }