Skip to content

Instantly share code, notes, and snippets.

View NanduBit's full-sized avatar
🌴
On vacation

Nandu NanduBit

🌴
On vacation
View GitHub Profile
@porimol
porimol / linear_search.cpp
Created May 16, 2017 09:27
Linear Search Algorithm Implementation Using C++
/**
* @file linear_search.cpp
* @author Porimol Chandro, CSE 32D, World University of Bangladesh(WUB)
* @date 16/05/2017
*
* @brief Linear Search Algorithm Implementation.
*/
#include <iostream>