Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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].
- Host: GitHub
- URL: https://github.com/sasmita07/js-problem-solving
- Owner: Sasmita07
- Created: 2024-01-14T17:51:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T16:34:21.000Z (6 months ago)
- Last Synced: 2024-07-06T17:45:25.706Z (6 months ago)
- Topics: interview-preparation, interview-questions, javascript
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.jsExecute 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.jsAll pattern problem series
https://takeuforward.org/strivers-a2z-dsa-course/must-do-pattern-problems-before-starting-dsa/