Description
Write a full class to implement Array list with its complete operations: initialization, insertion, delete,
binary search. The class should accept any type of data (use templates). Also, write the main function to
test your code.
Write a full class to implement Array list with its complete operations: initialization, insertion, delete,
binary search. The class should accept any type of data (use templates). Also, write the main function to
test your code.