(Ques-no)(Dash-)(Leetcode)(.md)
Please ensure your pull request adheres to the following guidelines:
- Make an individual pull request for each answer.
- It would be helpful if you add the solution in all languages that you know.
- Can suggest for different way to solve question as well.
- Add your name and leetcode id at start of file
This is an example © Your name
#include <vector>
class Solution {
public:
std::vector<int> getConcatenation(std::vector<int>& nums) {
Your Code
}
};
Thank you for your suggestions!