367 Commits

Author SHA1 Message Date
337f3c2abc Add md_prefix and print_path functions 2020-05-09 19:22:01 +05:30
34f658b928 updating DIRECTORY.md 2020-05-09 13:01:33 +00:00
f6dd3826ad Add good_filepaths function in workflow script 2020-05-09 18:30:49 +05:30
f2ab68e6be updating DIRECTORY.md 2020-05-09 04:39:19 +00:00
0085ea3e7c format files 2020-05-09 10:08:40 +05:30
fbe929c757 updating DIRECTORY.md 2020-05-09 04:36:21 +00:00
f4fdfd2b4b Fibonacci without recursion added (#159)
* changes made

* Update Fibonacci.js

* fib

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-05-09 10:06:07 +05:30
8655fd0171 updating DIRECTORY.md 2020-05-08 12:24:36 +00:00
670edfc9aa Renaming files according to naming convention (#158) 2020-05-08 17:54:19 +05:30
8d3d0757e4 updating DIRECTORY.md 2020-05-07 22:51:45 +00:00
728363024a Max heap implementation (#157)
* Added MaxHeap implementation

* Added MaxHeap implementation

* Added MaxHeap implementation

* Added MaxHeap implementation

* Delete package-lock.json

* Delete .gitignore
2020-05-08 04:21:27 +05:30
47db0564d1 Update README.md 2020-05-07 21:47:41 +05:30
4d6ff81484 updating DIRECTORY.md 2020-05-07 15:27:52 +00:00
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
a052808687 Merge pull request #154 from itsvinayak/master
changing file names to follow UpperCamelCase (PascalCase) style.
2020-05-06 19:45:27 +02:00
68b4111c04 updating DIRECTORY.md 2020-05-06 15:38:37 +00:00
7ff6b8716f editing file names 2020-05-06 21:07:49 +05:30
98a3f78537 Update README.md 2020-05-06 18:40:33 +05:30
1e540e9dec Update nodejs.yml 2020-05-06 18:37:36 +05:30
801116259b updating DIRECTORY.md 2020-05-06 13:01:02 +00:00
75f6888019 Javascript/Math: editing file name 2020-05-06 18:30:19 +05:30
ba75297f72 updating DIRECTORY.md 2020-05-06 12:48:49 +00:00
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
e57ec1f1c3 updating DIRECTORY.md 2020-05-06 12:27:37 +00:00
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
ed4b295a43 Update CONTRIBUTING.md 2020-05-06 17:56:26 +05:30
2aebc951b1 Update README.md 2020-05-06 14:23:37 +02:00
14f6869101 Create pull_request_template.md (#153)
* Create pull_request_template.md

* Update pull_request_template.md

* Update pull_request_template.md

* Update pull_request_template.md

* Update pull_request_template.md
2020-05-06 17:49:51 +05:30
a58cb35c9c updating DIRECTORY.md 2020-05-06 09:27:02 +00:00
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
94581a34fa updating DIRECTORY.md 2020-05-06 05:41:26 +00:00
4f0ed31fd2 adding an implementation of a queue using 2 stacks (#137)
* adding an implementation of a queue using 2 stacks

* Update QueueUsing2Stacks.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-05-06 11:11:03 +05:30
0b7f149e2a Update README.md 2020-05-06 10:40:15 +05:30
55f7d53331 Merge pull request #152 from itsvinayak/master
Javascript/linear-algebra-javascript
2020-05-05 22:25:58 +02:00
62f96e8c39 Trailing space ;-) 2020-05-05 22:25:32 +02:00
7437ddbf9c Update nodejs.yml 2020-05-06 01:52:59 +05:30
1b26a1b097 Update nodejs.yml 2020-05-06 01:52:30 +05:30
dd5bfd25cc Update nodejs.yml 2020-05-06 01:50:13 +05:30
c3532cad6f Javascript/linear-algebra-javascript 2020-05-06 01:42:25 +05:30
d37af25434 Merge pull request #150 from itsvinayak/master
sort/
2020-05-05 17:13:24 +02:00
40c65722d5 updating DIRECTORY.md 2020-05-05 12:22:46 +00:00
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
6507cbf7d4 sort/ 2020-05-05 17:41:32 +05:30
9d4349cf26 Merge branch 'master' into master 2020-05-05 17:05:09 +05:30
fc0aba01ac math/ 2020-05-05 16:58:57 +05:30
81ea260804 Fixed typo in CONTRIBUTING.md file (#148)
* Fixed typo in CONTRIBUTING.md file

* Update CONTRIBUTING.md

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-05-05 16:31:03 +05:30
6483ecc427 DijkstraSmallestPath.js: Standardjs fixes (#147) 2020-05-05 02:01:34 +05:30
ec89a904a2 Update nodejs.yml 2020-05-04 21:46:48 +02:00
6f448cd530 factorial.js: /* global prompt */ 2020-05-04 21:44:31 +02:00
fb188108bb SHA256.js: Standardjs fixes 2020-05-04 21:38:33 +02:00