Name: Jaffrey Joy
Roll no: 2022201006
-
Premise
Board size is denoted by$n$
No. of processes is denoted by$p$
A core is denoted by$c$
| #include<iostream> | |
| #include<string> | |
| #include<stdexcept> | |
| #include<typeinfo> | |
| using namespace std; | |
| #define ull unsigned long long | |
| #define ll long long | |
| #define INITIAL_CAPACITY 2 | |
| #define CAPACITY_SCALING_FACTOR 2 |
| #include<iostream> | |
| using namespace std; | |
| void print_arr(int* a, int l, int r){ | |
| for(int i=l; i<=r; i++) | |
| cout << a[i] << " "; | |
| cout << endl; | |
| } |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import React from 'react'; | |
| import { | |
| ScrollView, | |
| StyleSheet, | |
| Modal, | |
| Text, | |
| TextInput, | |
| TouchableOpacity, | |
| View, | |
| Platform, |