Abishethvarman / programming-resources

This repository act as a resource pool for the tech enthusiastic and parallelly doing hacktoberfest
MIT License
12 stars 22 forks source link

Add jump search algorithm in C #134

Closed manisacharya closed 10 months ago

manisacharya commented 10 months ago

Added jump search algorithm in C

Related to https://github.com/Abishethvarman/programming-resources/issues/129

manisacharya commented 10 months ago

Since all the content are same and I tried to make the code of jump search similar in all C, Java, Javascript and python the same. So, created this and https://github.com/Abishethvarman/programming-resources/pull/133 PRs for C and java respectively. @Abishethvarman @Thevapriyan07