Hi !! I'm Surya 👋
M.Tech Research student at CSA, IISc
I work on problems involving data engineering, preferably with Machine Learning techniques.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseM.Tech Research student at CSA, IISc
I work on problems involving data engineering, preferably with Machine Learning techniques.
A repository to collect the solutions to all Competitive platform problems, only to be used as reference/practice.
val a = 4
var b = 3
// if-else
val greater_4: Boolean = a>b
#include <iostream>
#include <map>
#include <utility>
using namespace std;