Skip to content

Commit 6debd5c

Browse files
chore: 🤖 remove extra lines (TheAlgorithms#1330)
I ran the command yarn style and that got failed, so I fixed that
1 parent 1666c3a commit 6debd5c

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

Data-Structures/Heap/MinPriorityQueue.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/* Minimum Priority Queue
32
* It is a part of heap data structure
43
* A heap is a specific tree based data structure

Dynamic-Programming/SudokuSolver.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
const isValid = (board, row, col, k) => {
32
for (let i = 0; i < 9; i++) {
43
const m = 3 * Math.floor(row / 3) + Math.floor(i / 3)

Dynamic-Programming/UniquePaths.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/*
32
*
43
* Unique Paths

Project-Euler/Problem011.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/*
32
*
43
* In the 20×20 grid below, four numbers along a diagonal line have been marked in red.

Recursive/BinarySearch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**
32
* @function BinarySearch
43
* @description Search the integer inside the sorted integers array using Binary Search Algorithm.

Recursive/FibonacciNumberRecursive.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**
32
* @function Fibonacci
43
* @description Function to return the N-th Fibonacci number.

Sorts/TopologicalSort.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
export function TopologicalSorter () {
32
const graph = {}
43
let isVisitedNode

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