This repository was archived by the owner on Sep 7, 2025. It is now read-only.
made changes#43
Closed
Illusion0-0 wants to merge 1 commit intoAllAlgorithms:masterfrom
Illusion0-0:master
Closed
Conversation
this change is more better than the original code(it is simple ,easy and basic code for binary search in c++)
Member
|
Hi, @TARUNYO thanks for opening a pull request making changes to the Binary Search implementation. In the pull request, you made you are using #include <conio.h>which is specific to the Windows console environment. This library limits you to work in a common Unix machine. Also the style used is very poor. I personally implemented this algorithmso I think you should review once to be be merged. You can open a new pull request requesting new changed because this one will be closed. |
Author
|
Hello Abraham nice that you read the changes carefully,but i'm sorry for
#include<conio.h>.....i can't do anything with this as i am a learner of
C++and jst beginning with C,so i knew this much as i corrected.
…On Fri, Oct 5, 2018 at 1:45 AM Abraham Hernandez ***@***.***> wrote:
Hi, @TARUNYO <https://github.com/Tarunyo> thanks for opening a pull
request making changes to the Binary Search implementation.
In the pull request, you made you are using
#include <conio.h>
which is specific to the Windows console environment. This library limits
you to work in a common Unix machine. Also the style used is very *poor*.
I personally implemented this algorithm
so I think you should review once to be be merged. You can open a new pull
request requesting new changed because this one will be closed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#43 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AfUu64_Ig8vcEIgMcQWYF5wjcCAL3JkSks5uhmx1gaJpZM4XDs4E>
.
|
Author
|
Btw from where you're Abraham?
I am form INDIA.!
You - ?
May we be friends..!!?
…On Sat, Oct 6, 2018 at 7:52 PM CODE STIEN ***@***.***> wrote:
Hello Abraham nice that you read the changes carefully,but i'm sorry for
#include<conio.h>.....i can't do anything with this as i am a learner of
C++and jst beginning with C,so i knew this much as i corrected.
On Fri, Oct 5, 2018 at 1:45 AM Abraham Hernandez ***@***.***>
wrote:
> Hi, @TARUNYO <https://github.com/Tarunyo> thanks for opening a pull
> request making changes to the Binary Search implementation.
>
> In the pull request, you made you are using
>
> #include <conio.h>
>
> which is specific to the Windows console environment. This library limits
> you to work in a common Unix machine. Also the style used is very *poor*.
> I personally implemented this algorithm
>
> so I think you should review once to be be merged. You can open a new
> pull request requesting new changed because this one will be closed.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#43 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AfUu64_Ig8vcEIgMcQWYF5wjcCAL3JkSks5uhmx1gaJpZM4XDs4E>
> .
>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this change is more better than the original code(it is simple ,easy and basic code for binary search in c++)