FerdausPolok / dev-mates

A repository for storing useful code snippets that assist with everyday tasks, helping to streamline and improve day-to-day development workflows.
Apache License 2.0
8 stars 14 forks source link

Added code for jump_search #35

Open ajogseneca opened 3 weeks ago

ajogseneca commented 3 weeks ago

Jump Search

Jump search is an efficient algorithm designed for searching an element in a sorted array. It works by dividing the array into blocks of a fixed size (jump size), and then checks the elements in increments (or "jumps") of that size. Once it finds a block that contains the target, it performs a linear search within that block.

FerdausPolok commented 3 weeks ago

Hello! Is this PR ready for review? I see no description.

ajogseneca commented 3 weeks ago

This PR is associated with Issue #34

@FerdausPolok this PR is ready for review !

ajogseneca commented 3 weeks ago

@FerdausPolok Do we have a discord for this repo ?

ajogseneca commented 2 weeks ago

@FerdausPolok Do we have any updates on this PR ?

FerdausPolok commented 1 week ago

@FerdausPolok Do we have any updates on this PR ?

requested some changes, sorry for the delay.

ajogseneca commented 1 week ago

Changes

ajogseneca commented 1 week ago

@FerdausPolok take a look at the changes, Thankyou

ajogseneca commented 4 days ago

@FerdausPolok can we merge this issue as soon as possible ?, Let me know if you want any more changes thank you !