- Linear Search: This program will return index of the target if found else return -1.
- String Search: This program will tell whether a character is present in the given string or not.
- Range Search: This program will search an element within the given range.
- Minimum Number: This program will search an element within the given range.
- Find Numbers with Event Digits: Read problem description on LeetCode
- Richest Customer Wealth: Read problem description on LeetCode