Skip to content

Instantly share code, notes, and snippets.

View mukeshkdangi's full-sized avatar
🎓
QUALity COMMuicatio for better future

Mukesh Dangi mukeshkdangi

🎓
QUALity COMMuicatio for better future
View GitHub Profile
import string
j = ' '
def buildCoder(shift):
n = shift
cnt=1
for i in string.ascii_uppercase:
if cnt==1:
print '{','\b',
j= (ord(i)-ord('A') + n)%26 + ord('A')
#include<stdio.h>
#include<conio.h>
int isless(int k, int m,int ned[10][10],int wrk[] ){
int i;
for(i=0;i<m;i++){
if(ned[k][i]>wrk[i])
return 0;
}
return 1;