Tag: javascript
I have a long running application that I configure it in cronjob to run every 12 minutes. As it listens to the blockchain for transactions, sometimes it takes more …
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D …
December 9, 2020
algorithms, BASH, bash script, c / c++, c #, C/C++, C# (CSharp), java, Java, javascript, Node.Js, PHP, php, programming languages, python, Python, Rust, string, vbscript, VBScript
You are given a lowercase alphabet string text. Return a new string where every character in text is mapped to its reverse in the alphabet, so that a becomes …
The CloudFlare Worker is a Serverless Service (similar to Amazon Lambda, Google Function) that we can use to deploy functions in the edge network. The serverless is the future …
Use digit 1 to 8 only once and fill the below grid: The arithmetic should proceed exactly from left to right and top to the bottom. Bruteforce Algorithm to …