Ankit152 / CPP-STL

A repository to understand C++ STL and use it in coding interviews and coding contests.
6 stars 13 forks source link

Back to Front #7

Closed Ankit152 closed 3 years ago

Ankit152 commented 3 years ago

Given a vector of N positive integers. Your task is to print the vector elements in reverse order.

Input: N = 5 vector -> 1 2 3 4 5

Output: 5 4 3 2 1

ap1809 commented 3 years ago

Hi, I am interested to solve this issue. So I would request you to assign this issue to me. @Ankit152 Regards, Angsuman Patra