gunanksood / C-Codes

Any Data Structure and Algorithm Implementation in C Language.
MIT License
5 stars 45 forks source link

Searching Algos using Cpp #10

Closed SubhamPanigrahi closed 5 years ago

SubhamPanigrahi commented 5 years ago

This folder is meant for Searching Algorithms usiing C++.

SubhamPanigrahi commented 5 years ago

Currently this folder just has 3 algos,

  1. Linear Search
  2. Binary Search
  3. Jump Search
SubhamPanigrahi commented 5 years ago

more can be added subsequently