arekkaminski
Follow
- Chicago
Pinned Loading
-
Implementation of the American Sound...
Implementation of the American Soundex algorithm (https://en.wikipedia.org/wiki/Soundex#American_Soundex). 1const soundexMap = new Map();
2soundexMap.set('b', 1);
3soundexMap.set('f', 1);
4soundexMap.set('p', 1);
5soundexMap.set('v', 1);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.