↳
Yeah, can you be a little more specific regarding questions and base salary offered? Menos
↳
Do they ask to write code too? and how much did they offer you?
↳
Mainten 2 pointers start and regular iterator i. Add the element at i to sum variable. If sum greater then required k remove a[start], increment the start. If equal store that start and i in a map. If less keep adding next element. Menos
↳
psvm(String[] args){ int arr[] = {10,-10,5,8}; int sum= 20; int len = arr.length; Syso(checkSubArray(arr,sum,len)); int checkSubArray(int []arr, int sum, int len){ Map hm = new HM(); int currsum=0; res=0; for(int i=0; i Menos
↳
i answered to some questions
↳
Coded most of them
↳
Syntax errors, best code practices
↳
x = min(list1) y = max(list2) if x < y: return (y - x) return None or error Menos
↳
clr is common language runtime which provide the intera-operability between the languages using which the language can communicate with each other.and it include assemblies for languages codes which help in run time. public static void main you dont have to instantiate class or make object to run the method and in the other you need to instantiate class Menos