Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)