Skip to content

Conversation

@jayeshkumar09
Copy link

added an algorithm of binary search

@@ -0,0 +1,38 @@
import java.util.*;
class Binarysearch {
public static void main(String[] args) {
Copy link
Owner

Choose a reason for hiding this comment

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

Please do add a space after the import and provide proper indentation. After you are done with these changes, I will approve this PR.

Copy link
Author

Choose a reason for hiding this comment

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

okay

@@ -0,0 +1,68 @@
/*A heap is a tree with some special properties, so value of node should be greater
Copy link
Owner

Choose a reason for hiding this comment

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

Added a folder called Sort and then add this file in it.

Copy link
Owner

@anku580 anku580 left a comment

Choose a reason for hiding this comment

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

Added few of the comments, please address those comments.

Great job 👏

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