Legendary Noob b3b4ad43a3 chore: Added Sum of Digits Implementation (#684)
* Added the main logic, need to work on Tests

* Added tests for SOD

* Fix typo and add Wikipedia link in comments

* Fix mistake in SumOfDigitsUsingStrings

I intended to initially write a different implementation but I wrote something else 🤦‍♂️

* Converted Spacing from Tabs to Spaces

* Oops, forgot about the test file

* Fixed semicolon problems...

* Oops, I missed a few semicolons

* Linting is hell TwT

Co-authored-by: SpiderMath <{ID}+{username}@users.noreply.github.com>
2021-09-13 19:41:28 +05:30
2021-05-22 21:20:36 +05:30
2021-08-22 23:24:13 +05:30
2021-07-05 16:25:23 +05:30
2020-07-07 12:38:18 +05:30
2021-09-04 23:06:12 +05:30
2021-09-09 16:46:52 +05:30
2020-05-04 21:38:33 +02:00
2021-07-07 23:01:34 +05:30
2021-07-24 22:48:18 +08:00
2021-09-04 00:18:49 -07:00
2021-08-20 21:49:22 +05:30
2020-06-24 11:24:19 +05:30
2020-12-20 23:20:29 +05:30
2020-10-12 01:17:49 +05:30
2021-06-17 11:02:01 +05:30
2021-09-09 11:17:12 +00:00
2017-07-13 11:42:34 +05:30
2021-04-03 13:49:54 +05:30
2021-06-07 18:10:56 -05:00

The Algorithms - JavaScript

contributions welcome  Language grade: JavaScript Node CI update_directory_md Discord chat  

All algorithms implemented in JavaScript (for educational purposes only)

Open in Gitpod 

These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library that are much better for performance reasons.

Contribution Guidelines

Read our Contribution Guidelines before you contribute.

List of Algorithms

See our directory.

Algorithm Explanation

see our wiki

Languages
JavaScript 100%