Cite This Page
Bibliographic details for Maximum difference between adjacent elements of list
- Page name: Maximum difference between adjacent elements of list
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 25 April 2025 19:58 UTC
- Date retrieved: 18 May 2025 13:38 UTC
- Permanent URL: https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=379906
- Page Version ID: 379906
Citation styles for Maximum difference between adjacent elements of list
APA style
Maximum difference between adjacent elements of list. (2025, April 25). Rosetta Code. Retrieved 13:38, May 18, 2025 from https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=379906.
MLA style
"Maximum difference between adjacent elements of list." Rosetta Code. 25 Apr 2025, 19:58 UTC. 18 May 2025, 13:38 <https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=379906>.
MHRA style
Rosetta Code contributors, 'Maximum difference between adjacent elements of list', Rosetta Code, 25 April 2025, 19:58 UTC, <https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=379906> [accessed 18 May 2025]
Chicago style
Rosetta Code contributors, "Maximum difference between adjacent elements of list," Rosetta Code, https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=379906 (accessed May 18, 2025).
CBE/CSE style
Rosetta Code contributors. Maximum difference between adjacent elements of list [Internet]. Rosetta Code; 2025 Apr 25, 19:58 UTC [cited 2025 May 18]. Available from: https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=379906.
Bluebook style
Maximum difference between adjacent elements of list, https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=379906 (last visited May 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Maximum difference between adjacent elements of list --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=379906", note = "[Online; accessed 18-May-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 = "Maximum difference between adjacent elements of list --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=379906}", note = "[Online; accessed 18-May-2025]" }