Skip to content

Conversation

@GILBERTKETER
Copy link

I added this algorith to the specified location.

@@ -0,0 +1,16 @@
def bubble_sort(arr):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rename your file to actual algo name, instead of test.py.

@@ -0,0 +1,31 @@
public class BubbleSort {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rename your file to actual algo name, instead of test.java

@@ -0,0 +1,16 @@
def bubble_sort(arr):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be BubbleSort.py, not BurbleSort.py

@@ -0,0 +1,31 @@
public class BubbleSort {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be BubbleSort.java, not BurbleSort.java

I've changed it from BurbleSort to BubbleSort as you requested sir.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants