Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 560 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 560 Bytes

js-problem-solving

Convert given array [2, 4, 6, 8, 9, 15] to [4, 16, 64]. https://github.com/Sasmita07/js-problem-solving/blob/execute-tasks-parallel/get-log-base2-values.js

Execute asynchronous tasks in parallel without using built-in functions in JavaScript https://github.com/Sasmita07/js-problem-solving/blob/execute-tasks-parallel/excute-parallel.js

Running Locally

Run node get-log-base2-values.js node excute-parallel.js

All pattern problem series https://takeuforward.org/strivers-a2z-dsa-course/must-do-pattern-problems-before-starting-dsa/