Nour B
|
ce07a8ba33
|
Quick Select Search (#131)
* HeapSort algorithm
* Create QuickSelect.js
* Algorithm to reverse a string.
* Update ReverseString.js
* Update Heapsort.js
* Update QuickSelect.js
Co-authored-by: vinayak <itssvinayak@gmail.com>
|
2020-05-07 20:57:23 +05:30 |
|
itsvinayak
|
75f6888019
|
Javascript/Math: editing file name
|
2020-05-06 18:30:19 +05:30 |
|
Nour B
|
6f0029cc41
|
Create Fibonacci.js (#133)
* Create Fibonacci.js
* Update Fibonacci.js
Co-authored-by: vinayak <itssvinayak@gmail.com>
|
2020-05-06 18:18:32 +05:30 |
|
Novojit Saha
|
d914bd9041
|
added hcf finding algorithm (#104)
* added hcf finding algorith
* Update and rename find_hcf.js to FindHcf.js
Co-authored-by: vinayak <itssvinayak@gmail.com>
|
2020-05-06 17:57:22 +05:30 |
|
Nour B
|
03b7c6f33b
|
Create palindrome algorithm (#134)
* Create palindrome algorithm
* Update Palindrome.js
Co-authored-by: vinayak <itssvinayak@gmail.com>
|
2020-05-06 14:56:47 +05:30 |
|
itsvinayak
|
c3532cad6f
|
Javascript/linear-algebra-javascript
|
2020-05-06 01:42:25 +05:30 |
|
Nour B
|
67a4f0dc45
|
Add Pascal's triangle. (#149)
* Add Pascal's triangle.
* Update pascalTriangle.js
* Update pascalTriangle.js
Co-authored-by: vinayak <itssvinayak@gmail.com>
|
2020-05-05 17:52:32 +05:30 |
|
vinayak
|
9d4349cf26
|
Merge branch 'master' into master
|
2020-05-05 17:05:09 +05:30 |
|
itsvinayak
|
fc0aba01ac
|
math/
|
2020-05-05 16:58:57 +05:30 |
|
Christian Clauss
|
6483ecc427
|
DijkstraSmallestPath.js: Standardjs fixes (#147)
|
2020-05-05 02:01:34 +05:30 |
|
Christian Clauss
|
6f448cd530
|
factorial.js: /* global prompt */
|
2020-05-04 21:44:31 +02:00 |
|
Christian Clauss
|
ab22a0ebc4
|
Merge pull request #145 from TheAlgorithms/factorial.js-Standardjs-fixes
factorial.js: Standardjs fixes
|
2020-05-04 21:25:07 +02:00 |
|
vinayak
|
4d856f8e27
|
Update factorial.js
|
2020-05-04 23:49:42 +05:30 |
|
Christian Clauss
|
d53c1129b6
|
find_lcm.js: Standardjs fixes (#146)
|
2020-05-04 20:53:38 +05:30 |
|
Christian Clauss
|
5511405bd9
|
abs.js: abs_val() --> absVal() for standardjs (#144)
|
2020-05-04 20:49:52 +05:30 |
|
Christian Clauss
|
a90b487ae7
|
find_lcm.js: Standardjs fixes
|
2020-05-04 16:38:28 +02:00 |
|
Christian Clauss
|
61d91efe9e
|
/* global alert, prompt */
|
2020-05-04 16:30:23 +02:00 |
|
Christian Clauss
|
84b06e7012
|
factorial.js: Standardjs fixes
Related to #139
|
2020-05-04 16:26:11 +02:00 |
|
vinayak
|
f74a3aef1f
|
Merge branch 'master' into master
|
2020-05-03 20:17:33 +05:30 |
|
cclauss
|
856dc2f63c
|
npx standard --fix
|
2020-05-03 09:05:12 +02:00 |
|
vinayak
|
95bba0b0ea
|
update (#1)
* Graph Theory
* Delete Graphs
* Graph
* Dijkstra Smallest Path
* DijkstraSmallestPath
after fixing some errors.
* Topological Sort
directed graphs
* correcting name of file
* updating DIRECTORY.md
* doublylinkedlist
* add-doublylinkedlist
* add-doublylinkedlist
* change in Directory.md
* updating DIRECTORY.md
Co-authored-by: Nur69 <60115902+Nur69@users.noreply.github.com>
Co-authored-by: Stepfen Shawn <m18824909883@163.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: hmizz <hamza.chabchoub@medtech.tn>
|
2020-05-03 01:03:10 +05:30 |
|
Nur69
|
1b3b125723
|
DijkstraSmallestPath
after fixing some errors.
|
2020-04-19 17:01:26 +02:00 |
|
Nur69
|
cdab9f9a3c
|
Dijkstra Smallest Path
|
2020-04-17 22:24:08 +02:00 |
|
Nur69
|
c98361b136
|
Graph
|
2020-04-17 22:10:40 +02:00 |
|
PatOnTheBack
|
66600374be
|
Made "use strict" Global & Made JSLint Happy
|
2019-08-05 15:34:17 -04:00 |
|
PatOnTheBack
|
ef7b5bd119
|
Made "use strict" Global
|
2019-08-05 15:29:57 -04:00 |
|
PatOnTheBack
|
376a67cafb
|
Create abs.js
This script calculates absolute value.
|
2019-07-02 09:35:06 -04:00 |
|
PatOnTheBack
|
759e81df1f
|
Create factorial.js
This program calculates and displays the factorial for a user-input number.
|
2019-07-02 09:19:44 -04:00 |
|
PatOnTheBack
|
61ea916bd9
|
Create average_mean.js
|
2019-07-01 15:07:01 -04:00 |
|
PatOnTheBack
|
6960272374
|
Create find_lcm.js
- Created find_lcm.js
- Created maths folder
|
2019-07-01 14:35:50 -04:00 |
|