Skip to content

Instantly share code, notes, and snippets.

View anirudhjain75's full-sized avatar
🏠
Working from home

Anirudh Jain anirudhjain75

🏠
Working from home
  • New Delhi
View GitHub Profile
{
"courses": [
{
"title": "course 1",
"image": "https://picsum.photos/200/300/?random"
},
{
"title": "course 2",
"image": "https://picsum.photos/200/300/?random"
},
#include <iostream>
#include <vector>
#include <conio.h>
#include <stdio.h>
#include <cmath>
using namespace std;
std::vector<int> merge(vector<int> arr,vector<int> arr1,vector<int> arr2)
{
for(int i = 0;i<arr1.size();)
for(int j = 0;j<arr2.size();)
#include <iostream>
#include <vector>
#include <conio.h>
#include <stdio.h>
#include <cmath>
using namespace std;
merge(vector<int> arr,vector<int> arr1,vector<int> arr2)
{
for(int i = 0;i<arr1.size();)
for(int j = 0;j<arr2.size();)
#include <iostream>
#include <vector>
#include <conio.h>
#include <stdio.h>
#include <cmath>
using namespace std;
vector merge(vector<int> arr,vector<int> arr1,vector<int> arr2);
int main()
{
int n,m;