Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sasmita07/js-problem-solving

Convert given array [2, 4, 6, 8, 9, 15] to [4, 16, 64].
https://github.com/sasmita07/js-problem-solving

interview-preparation interview-questions javascript

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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/