Files
Fahim Faisaal 68ca0ceeef merge: optimize the countVowels algo (#886)
* pref: optimize the count vowels algo

simplify the algo by using regex and String.prototype.match method, and modified the JS Doc

* fix: resolve all requests

* pref: optimize the algo by regex

ignore the useless traverse in best case by the help of regex and String.prototype.replace method

* test: add four new test cases

* Revert "test: add four new test cases"
This reverts commit 4609833da146beafe839682d7558edf9f64c96fc.

* style: fromat with standard js
2022-02-17 17:30:04 +05:30
..
2021-12-11 13:30:26 +05:30
2021-10-09 13:18:40 +02:00
2021-10-05 12:49:23 +05:30
2020-10-16 15:01:39 +05:00
2021-10-09 13:18:40 +02:00
2021-10-28 15:37:43 +05:30
2021-12-04 11:01:58 +05:30
2020-10-06 23:50:42 -03:00
2021-10-05 12:49:23 +05:30
2020-10-12 01:17:49 +05:30
2021-12-06 21:26:14 +05:30