You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
👋
First of all, thank you for your inspiring lessons on open source contribution!
I would like to add a mode function: it will return the most common element in an array.
The solution I found on StackOverflow: Get the element with the highest occurrence in an array