Coding challenge Day-5
Sort Characters by Frequency
Today's challenge was challenging even though I was able to use JavaScript. It was a test about sorting string with the highest occurrence letter coming first and moving down in descending order. For example
input = "tre...
amehelijah.hashnode.dev2 min read