Skip to content

Commit 640abcf

Browse files
authored
fix: exchanging wrong path that breaks pipeline (TheAlgorithms#1262)
1 parent 00a97d5 commit 640abcf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

DIRECTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@
4242
* [HexToBinary](Conversions/HexToBinary.js)
4343
* [HexToDecimal](Conversions/HexToDecimal.js)
4444
* [HexToRGB](Conversions/HexToRGB.js)
45+
* [LitersToImperialGallons](Conversions/LitersToImperialGallons.js)
46+
* [LitersToUSGallons](Conversions/LitersToUSGallons.js)
4547
* [LowerCaseConversion](Conversions/LowerCaseConversion.js)
4648
* [MeterToFeetConversion](Conversions/MeterToFeetConversion.js)
4749
* [OctToDecimal](Conversions/OctToDecimal.js)
50+
* [OuncesToKilograms](Conversions/OuncesToKilograms.js)
4851
* [RailwayTimeConversion](Conversions/RailwayTimeConversion.js)
4952
* [RgbHsvConversion](Conversions/RgbHsvConversion.js)
5053
* [RGBToHex](Conversions/RGBToHex.js)
@@ -70,6 +73,7 @@
7073
* [AddTwoNumbers](Data-Structures/Linked-List/AddTwoNumbers.js)
7174
* [CycleDetection](Data-Structures/Linked-List/CycleDetection.js)
7275
* [DoublyLinkedList](Data-Structures/Linked-List/DoublyLinkedList.js)
76+
* [ReverseSinglyLinkedList](Data-Structures/Linked-List/ReverseSinglyLinkedList.js)
7377
* [SinglyCircularLinkedList](Data-Structures/Linked-List/SinglyCircularLinkedList.js)
7478
* [SinglyLinkedList](Data-Structures/Linked-List/SinglyLinkedList.js)
7579
* **Queue**
@@ -114,9 +118,14 @@
114118
* [TrappingRainWater](Dynamic-Programming/TrappingRainWater.js)
115119
* [TribonacciNumber](Dynamic-Programming/TribonacciNumber.js)
116120
* [UniquePaths](Dynamic-Programming/UniquePaths.js)
121+
* [UniquePaths2](Dynamic-Programming/UniquePaths2.js)
117122
* [ZeroOneKnapsack](Dynamic-Programming/ZeroOneKnapsack.js)
118123
* **Geometry**
124+
* [Circle](Geometry/Circle.js)
125+
* [Cone](Geometry/Cone.js)
119126
* [ConvexHullGraham](Geometry/ConvexHullGraham.js)
127+
* [Pyramid](Geometry/Pyramid.js)
128+
* [Sphere](Geometry/Sphere.js)
120129
* **Graphs**
121130
* [BellmanFord](Graphs/BellmanFord.js)
122131
* [BinaryLifting](Graphs/BinaryLifting.js)
@@ -131,6 +140,7 @@
131140
* [FloydWarshall](Graphs/FloydWarshall.js)
132141
* [Kosaraju](Graphs/Kosaraju.js)
133142
* [KruskalMST](Graphs/KruskalMST.js)
143+
* [LCABinaryLifting](Graphs/LCABinaryLifting.js)
134144
* [NodeNeighbors](Graphs/NodeNeighbors.js)
135145
* [NumberOfIslands](Graphs/NumberOfIslands.js)
136146
* [PrimMST](Graphs/PrimMST.js)
@@ -177,6 +187,7 @@
177187
* [FindMinIterator](Maths/FindMinIterator.js)
178188
* [GetEuclidGCD](Maths/GetEuclidGCD.js)
179189
* [GridGet](Maths/GridGet.js)
190+
* [IntToBase](Maths/IntToBase.js)
180191
* [IsDivisible](Maths/IsDivisible.js)
181192
* [IsEven](Maths/IsEven.js)
182193
* [IsOdd](Maths/IsOdd.js)
@@ -219,6 +230,7 @@
219230
* [SimpsonIntegration](Maths/SimpsonIntegration.js)
220231
* [Softmax](Maths/Softmax.js)
221232
* [SquareRoot](Maths/SquareRoot.js)
233+
* [SquareRootLogarithmic](Maths/SquareRootLogarithmic.js)
222234
* [SumOfDigits](Maths/SumOfDigits.js)
223235
* [SumOfGeometricProgression](Maths/SumOfGeometricProgression.js)
224236
* [TwinPrime](Maths/TwinPrime.js)
@@ -341,6 +353,7 @@
341353
* [MaxCharacter](String/MaxCharacter.js)
342354
* [MaxWord](String/MaxWord.js)
343355
* [PatternMatching](String/PatternMatching.js)
356+
* [PercentageOfLetters](String/PercentageOfLetters.js)
344357
* [PermutateString](String/PermutateString.js)
345358
* [ReverseString](String/ReverseString.js)
346359
* [ReverseWords](String/ReverseWords.js)
@@ -349,6 +362,7 @@
349362
* [ValidateCreditCard](String/ValidateCreditCard.js)
350363
* [ValidateEmail](String/ValidateEmail.js)
351364
* [ValidateUrl](String/ValidateUrl.js)
365+
* [ZFunction](String/ZFunction.js)
352366
* **Timing-Functions**
353367
* [GetMonthDays](Timing-Functions/GetMonthDays.js)
354368
* [IntervalTimer](Timing-Functions/IntervalTimer.js)

Maths/test/IntToBase.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { intToBase } from '../intToBase'
1+
import { intToBase } from '../IntToBase'
22

33
describe('Int to Base', () => {
44
test('Conversion to the binary system', () => {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy