Skip to content

tikhop/MostFrequentChar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MostFrequentChar

Recently, I've stumbled upon an interview question where you need to write a code that's optimized for ARM, especially for iphone:

Write a function which takes an array of char (ASCII symbols) and find the most frequent character.

char mostFrequentCharacter(char* str, int size)

The function should be optimized to run on dual-core ARM-based processors, and an infinity amount of memory.

http://stackoverflow.com/questions/32706934/optimize-c-code-for-arm-based-devices

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published