Skip to content

Instantly share code, notes, and snippets.

View Dbhardwaj99's full-sized avatar
🎯
Focusing

Divyansh Bhardwaj Dbhardwaj99

🎯
Focusing
View GitHub Profile
FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
SHELL ["/bin/bash", "-c"]
LABEL ranchimall="ranchimallfze@gmail.com"
CMD { "echo", "Ranchi Mall" }
## for apt to be noninteractive
ENV DEBIAN_FRONTEND noninteractive
@Dbhardwaj99
Dbhardwaj99 / task
Last active January 11, 2022 20:21
def sumNdifference(array):
j = 1
array = sorted(array)
array = array[::-1]
while (true)):
diff = array[len(array)-1]
other = sum(array[j:])
if array[0]-other > 0:
diff = array[0]-other
break
#include<stdio.h>
int i,l;
int search(int ,int *,int);
int main(){
int n,m;
printf("enter the size of array:");
scanf("%d",&n);
int a[n];
printf("enter the elements:\n");
for(i=0;i<n;i++){
def flo_sorting(list):
length = len(list)
i = a = b = c = d = e = 0
list2 = []
newlist = []
while i != length:
if list[i][-1] == ':':
e = list[i]