File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Open diff view settings
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Open diff view settings
Original file line number Diff line number Diff line change 185185 * [ FindMaxRecursion] ( Maths/FindMaxRecursion.js )
186186 * [ FindMin] ( Maths/FindMin.js )
187187 * [ FindMinIterator] ( Maths/FindMinIterator.js )
188+ * [ FriendlyNumbers] ( Maths/FriendlyNumbers.js )
188189 * [ GetEuclidGCD] ( Maths/GetEuclidGCD.js )
189190 * [ GridGet] ( Maths/GridGet.js )
191+ * [ HexagonalNumber] ( Maths/HexagonalNumber.js )
190192 * [ IntToBase] ( Maths/IntToBase.js )
191193 * [ IsDivisible] ( Maths/IsDivisible.js )
192194 * [ IsEven] ( Maths/IsEven.js )
227229 * [ ShorsAlgorithm] ( Maths/ShorsAlgorithm.js )
228230 * [ SieveOfEratosthenes] ( Maths/SieveOfEratosthenes.js )
229231 * [ SieveOfEratosthenesIntArray] ( Maths/SieveOfEratosthenesIntArray.js )
232+ * [ Signum] ( Maths/Signum.js )
230233 * [ SimpsonIntegration] ( Maths/SimpsonIntegration.js )
231234 * [ Softmax] ( Maths/Softmax.js )
232235 * [ SquareRoot] ( Maths/SquareRoot.js )
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ JavaScript Repository of TheAlgorithms, which implements various algorithms and
77
88 [ ![ JavaScript Banner] [ banner ]] ( DIRECTORY.md )
99
10- [ ![ Language grade: JavaScript] [ grade ]] [ lgtm ]
1110 [ ![ Checks] [ checks ]] [ actions ]
1211 [ ![ Contributions Welcome] [ welcome ]] ( CONTRIBUTING.md )
1312 [ ![ standard.js] [ standard-logo ]] [ standard-js ]
@@ -47,15 +46,13 @@ many of the algorithms can be found in the [wiki][explanation].
4746[ standard-logo ] : https://img.shields.io/badge/code%20style-standardjs-%23f3df49
4847[ chat ] : https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA
4948[ welcome ] : https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3
50- [ checks ] : https://img.shields.io/github/workflow/status/TheAlgorithms/JavaScript/Node%20CI? label=checks
51- [ grade ] : https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/Javascript .svg?logo=lgtm&logoWidth=18
49+ [ checks ] : https://img.shields.io/github/actions/ workflow/status/TheAlgorithms/JavaScript/Ci.yml?branch=master& label=checks
50+ [ grade ] : https://img.shields.io/lgtm/grade/javascript/g/TheAlgorithms/JavaScript .svg?logo=lgtm&logoWidth=18
5251
5352<!-- External Links -->
5453[ standard-js ] : https://standardjs.com/
5554[ discord-server ] : https://the-algorithms.com/discord/
5655[ actions ] : https://github.com/TheAlgorithms/JavaScript/actions
5756[ explanation ] : https://github.com/TheAlgorithms/JavaScript/wiki
5857[ repositories ] : https://github.com/orgs/TheAlgorithms/repositories
59- [ lgtm ] : https://lgtm.com/projects/g/TheAlgorithms/Javascript/context:javascript
6058[ help-wanted ] : https://github.com/TheAlgorithms/JavaScript/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
61-
You can’t perform that action at this time.
0 commit comments