EhsanShahbazii / Algorithms-with-JavaScript

🐋Examples of algorithm and solving various problems by JavaScript for more practice and mastery of solving problems..🐋

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms_with_JavaScript

JavaScript Algorithms - The Fundamentals this files contains all of course & advance codes :)

🔥last update 2022 Dec 30🔥

Codes Problem Details
ArraySums Write a JavaScript program to compute the sum of an array of integers.
arraySum Write a JavaScript function to calculate the sum of values in an array.
average Write a JavaScript method to average some numbers.
baseConvert Write a JavaScript method to convert numbers with bases.
binarySearch Write a merge sort program in JavaScript.
binomial Write a JavaScript program to evaluate binomial coefficients.
calculateGcd Write a JavaScript program to calculate gcd of two numbers.
calculateLcm Write a JavaScript program to calculate lcm of two numbers.
euclideanDistance Write a JavaScript function to find euclidean distance.
exponent Write a JavaScript program to compute the exponent of a number.
factorial Write a JavaScript program to calculate the factorial of a number.
fibonacci Write a JavaScript program to generate fibonacci series.
fibonacciSeries Write a JavaScript program to get the first n Fibonacci numbers.
formatToCurrency Write a JavaScript program to format currency.
gcd Write a JavaScript program to find the greatest common divisor gcd of two numbers.
getInteger Write a JavaScript program to get the integers in range (x, y).
getMin Write a JavaScript program to find minimum of numbers.
hexDecConvert Write a JavaScript program to convert hex dec.
integerToRoman Write a JavaScript function that Convert an integer into a Roman numeral.
isEven Write a JavaScript program to check whether a number is even or not.
isPowerOfTwo Write a JavaScript program to check whether a number is power of two or not.
isPrime Write a JavaScript program to check whether a number is prime or not.
mergeSort Write a merge sort program in JavaScript.
randomNumber Write a JavaScript function to generate random number.
reverseNumber Write a JavaScript function to reverse a number.
romanToInt Write a JavaScript function that Convert Roman Numeral to Integer.
specDecimalFormat Write a JavaScript function to show n digit of number.
createUUID Write a JavaScript function to create a UUID identifier.
nthroot Write a JavaScript function to calculate the nth root of a number.
radiansToDegrees Write a JavaScript function to convert radians to degrees.
TSeparators Write a JavaScript function to show number with commas as thousands separators.
digitsCount Write a JavaScript function to count the digits of an integer.
combinations Write a JavaScript function to calculate the combination of n and r.

42

About

🐋Examples of algorithm and solving various problems by JavaScript for more practice and mastery of solving problems..🐋


Languages

Language:JavaScript 100.0%