This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @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> |