Neoalgo: Print the occurrence of the given number in the list/array using Binary Search Technique

Created on 16 Aug 2020  路  13Comments  路  Source: TesseractCoding/NeoAlgo

馃殌 Description

The program should be implemented using Binary Search Technique

Input

  • Size of the array/list
  • Elements in the array/list
  • A number whose occurrence is to be printed

Program should do

  • Find the occurrence of the given number using the above technique

Sample Test Case

Input
5
1 4 2 3 4
4

Output
Occurrence of '4' : 2

Have you read the Contributing Guidelines on Pull Requests?

Please make sure that you have read the Contributing Guideline

Thanks!

Happy Coding !

Programming Languages For Implementations:

  • CPP - @narayan2111
  • Python - @Kathan-Vakharia
  • C - @Surajv311
  • GO
  • Java - @sonukushwaha403
C C-Plus-Plus CH20 Go Java Python medium no-issue-activity

All 13 comments

I would like to work on this issue using c++. Please assign this to me.

I would like to work on this issue with python or java or golang or js (any one of these if it is available )

I would like to work in java

@narayan2111 Go ahead with C++.
Also, make sure that you have gone through the Contributions Guideline thoroughly.
All the Best!
Happy Coding !

@Kathan-Vakharia Go ahead with Python.
Also, make sure that you have gone through the Contributions Guideline thoroughly.
All the Best!
Happy Coding !

@sonukushwaha403 Go ahead with Java. This one is your second assigned issue of this week. Hope you are enjoying the program as well. Do share your experience with us in communication channels 馃槉
All the Best!
Happy Coding !

I would like to work in C. Could you please assign it to me ?

@Surajv311 Go ahead with C.
Also, make sure that you have gone through the Contributions Guideline thoroughly.
All the Best!
Happy Coding !

I would like to work on this issue in C++ as part of HaikinCodes Contributor's Hack 2020

@Sreelakshmi00 your friend already assigned it before

Try assigning another issue

i would like to work on this issue in python
can you please assign ???

@avishmehta68710 python has been already assigned to someone.

Find another issue and assign it to yourself

Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Telegram or ping one of the reviewers. Thank you for your contributions!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Joshitha18 picture Joshitha18  路  9Comments

sukritidawar picture sukritidawar  路  7Comments

HarshCasper picture HarshCasper  路  9Comments

TEJASWI-TEJASWI picture TEJASWI-TEJASWI  路  7Comments

HarshCasper picture HarshCasper  路  4Comments