Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiaaee/js_algorithms
a set of programming instructions, known as inputs and outputs, that allow a data operation to function precisely at every execution.
https://github.com/aiaaee/js_algorithms
algorithm algorithms algorithms-and-data-structures javascript-algorithm-visualization javascript-algorithms js-algorithms
Last synced: about 1 month ago
JSON representation
a set of programming instructions, known as inputs and outputs, that allow a data operation to function precisely at every execution.
- Host: GitHub
- URL: https://github.com/aiaaee/js_algorithms
- Owner: aiaaee
- License: bsd-2-clause
- Created: 2024-07-29T05:53:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T20:29:22.000Z (3 months ago)
- Last Synced: 2024-11-05T18:29:04.213Z (3 months ago)
- Topics: algorithm, algorithms, algorithms-and-data-structures, javascript-algorithm-visualization, javascript-algorithms, js-algorithms
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript Algorithms
a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
![1682492048129](https://github.com/user-attachments/assets/a901aebc-0ac2-4c1b-9de1-e511c6fe7bad)
I wrote some javascripts and programming Algorithms :
1. [Fibonacci Series](https://github.com/aiaaee/JS_Algorithms/blob/main/Fibonacci/script.js)
2. [Prime Numbers](https://github.com/aiaaee/JS_Algorithms/tree/main/Prime_Numbers/script.js)
3. [Great Common Devisor](https://github.com/aiaaee/JS_Algorithms/blob/main/Greatest_Common_Divisor/script.js)
4. [Remove Duplicate](https://github.com/aiaaee/JS_Algorithms/blob/main/Remove_Duplicate/script.js)
5. [Show Duplicate Number](https://github.com/aiaaee/JS_Algorithms/blob/main/Show_Duplicate_Numbers/script.js)
6. [Reverse In Place String](https://github.com/aiaaee/JS_Algorithms/blob/main/Reverse_In_Place_String/script.js)
7. [Merge Two Sorted Array](https://github.com/aiaaee/JS_Algorithms/blob/main/Merge_Two_Sorted_Array/script.js)
8. [Prime Number Factors](https://github.com/aiaaee/JS_Algorithms/tree/main/Prime_Number_Factors)
9. [Reverse String](https://github.com/aiaaee/JS_Algorithms/blob/main/Reverse_String/script.js)
10. [Swap Number](https://github.com/aiaaee/JS_Algorithms/blob/main/Swap_Number/script.js)
11. [Check Palindrom](https://github.com/aiaaee/JS_Algorithms/blob/main/Check_Palindrom/script.js)
12. [Sum_Of_Two](https://github.com/aiaaee/JS_Algorithms/blob/main/Sum_Of_Two/script.js)
13. [Pyramid](https://github.com/aiaaee/JS_Algorithms/blob/main/Prime_Numbers/script.js)
14. [Shapes](https://github.com/aiaaee/JS_Algorithms/tree/main/Shapes)
15. [Derivate](https://github.com/aiaaee/JS_Algorithms/blob/main/Derivation/script.js)