Skip to content

Commit 28c8a23

Browse files
author
suiyueranzly
committed
renaming the class from Code to Main and putting a newline (\n) instead of a tab (\t) in Brute Force\Bubble Sort
1 parent b24b35b commit 28c8a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Brute Force/Bubble Sort/Code.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import java.util.Arrays;
66

7-
public class Code {
7+
public class Main {
88

99
private static ChartTracer chartTracer = new ChartTracer();
1010

@@ -28,7 +28,7 @@ public static void main(String[] args) {
2828
chartTracer.select(j).delay();
2929
chartTracer.select(j + 1).delay();
3030
if (array[j] > array[j + 1]) {
31-
logTracer.printf("swap %s and %s \t",array[j],array[j + 1]);
31+
logTracer.printf("swap %s and %s \n",array[j],array[j + 1]);
3232
swap(j, j + 1, array);
3333
flag = false;
3434
}

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