Skip to content

Commit 3893290

Browse files
JonathanButterworthBorn-as-Harsha
authored andcommitted
docs: Add Javadoc to sorts/BubbleSort.java
1 parent dfd8d69 commit 3893290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/thealgorithms/sorts/BubbleSort.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/**
44
* @author Varun Upadhyay (https://github.com/varunu28)
55
* @author Podshivalov Nikita (https://github.com/nikitap492)
6+
* @author Born-as-Harsha (https://github.com/Born-as-Harsha)
67
* @see SortAlgorithm
78
*/
89
class BubbleSort implements SortAlgorithm {

0 commit comments

Comments
 (0)