Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 317 Bytes

On this repo

We have two solutions for two problems. First is to show how we could control concurrent active tasks under some limitation. Second is to find most frequently occurring string in array.

How to run the code

node limit-parallel.js
node most-frequently-occurring-string.js