Skip to content

Instantly share code, notes, and snippets.

@Sophia-Gold
Created August 14, 2017 05:41
Show Gist options
  • Save Sophia-Gold/9dd5e985f64b23285fc1badee5758f39 to your computer and use it in GitHub Desktop.
Save Sophia-Gold/9dd5e985f64b23285fc1badee5758f39 to your computer and use it in GitHub Desktop.
(defn max-index [v]
(->> v
(map-indexed vector)
(apply max-key second)
(first)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment