Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6debd5c

Browse files
chore: 🤖 remove extra lines (#1330)
I ran the command yarn style and that got failed, so I fixed that
1 parent1666c3a commit6debd5c

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
constisValid=(board,row,col,k)=>{
32
for(leti=0;i<9;i++){
43
constm=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
exportfunctionTopologicalSorter(){
32
constgraph={}
43
letisVisitedNode

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp