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
- Host: GitHub
- URL: https://github.com/balakrishnan-10/problem-solving-math-and-patterns-using-js-
- Owner: Balakrishnan-10
- Created: 2024-12-27T05:22:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T04:35:26.000Z (5 months ago)
- Last Synced: 2025-01-06T05:20:06.212Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.