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

https://github.com/balakrishnan-10/problem-solving-math-and-patterns-using-js-


https://github.com/balakrishnan-10/problem-solving-math-and-patterns-using-js-

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Maths and Patterns using JavaScript :

1. Calculate the factorial of a number.
2. Generate the Fibonacci sequence up to Nth terms.
3. Check if a number is palindrome.
4. Check if a number is prime.(Time Complexity and Algorithms).
5. Print Hollow Square Pattern.
6. Print a right angled trianglepattern of asterisks.
7. Find the LCM of two numbers.