Regarding accuracy in diabetes challenge

is it possible to achieve accuracy of more than 78-79% in this challenge by using only knn-algo?
if yes what measures can i take to improve my accuracy

Such an accuracy for a KNN Model is quite good. KNN is a threshold classification model, for higher accuracies we use higher end models like Logistic Regression, Random Forests or Neural Networks.