CodeHarborHub / codeharborhub.github.io

Welcome to CodeHarborHub – Our mission at CodeHarborHub is clear: to provide accessible and comprehensive educational resources to learners of all levels, from beginners to advanced professionals.
https://codeharborhub.github.io/
MIT License
66 stars 136 forks source link

[Feature Request]: Add Block search algorithm #2467

Closed Aditi22Bansal closed 2 days ago

Aditi22Bansal commented 2 days ago

Is there an existing issue for this?

Feature Description

Block Search is a search algorithm that divides the array into fixed-size blocks and performs linear searches within these blocks. It combines the principles of linear search and blocking to improve efficiency.

Use Case

Block Search is a search algorithm that divides the array into fixed-size blocks and performs linear searches within these blocks. It combines the principles of linear search and blocking to improve efficiency.

Benefits

No response

Add ScreenShots

No response

Priority

High

Record

github-actions[bot] commented 2 days ago

Hi @Aditi22Bansal! Thanks for opening this issue. We appreciate your contribution to this open-source project. Your input is valuable and we aim to respond or assign your issue as soon as possible. Thanks again!

github-actions[bot] commented 2 days ago

Hello @Aditi22Bansal! Your issue #2467 has been closed. Thank you for your contribution!