Skip to content

Convert given array [2, 4, 6, 8, 9, 15] to [4, 16, 64].

Notifications You must be signed in to change notification settings

Sasmita07/js-problem-solving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Convert given array [2, 4, 6, 8, 9, 15] to [4, 16, 64].

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published