edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
99 stars 54 forks source link

[SWOC] Search Algorithms #131

Closed fomalhauting closed 3 years ago

fomalhauting commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen. I would like to add: Binary search algo Sublinear search algo Bilinear search algo Random select algo

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

fomalhauting commented 3 years ago

@Abhijit2505 Can I go ahead with these?

fomalhauting commented 3 years ago

@Abhijit2505 could you assign it to me?

Abhijit2505 commented 3 years ago

@itsIapetus, Binary Search Algo is already present, please go through the source code,

Please add only the Sublinear Search algo

fomalhauting commented 3 years ago

Okay sure, thank you.