Commit Graph

13 Commits

Author SHA1 Message Date
itsvinayak
fc0aba01ac math/ 2020-05-05 16:58:57 +05:30
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