Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randhir200/number-of-occurences-in-logn

You are given n different numbers and an integer k. Write a program that finds number of times k is present in log(n) time complexity. NOTE: YOU MUST NOT USE BRUTE FORCE SOLUTION WE KNOW THAT YOU KNOW BRUTE FORCE SOLUTION AND WANT YOU TRY THE LOGN SOLUTION
https://github.com/randhir200/number-of-occurences-in-logn

Last synced: 1 day ago
JSON representation

You are given n different numbers and an integer k. Write a program that finds number of times k is present in log(n) time complexity. NOTE: YOU MUST NOT USE BRUTE FORCE SOLUTION WE KNOW THAT YOU KNOW BRUTE FORCE SOLUTION AND WANT YOU TRY THE LOGN SOLUTION

Awesome Lists containing this project