#coding
Read more stories on Hashnode
Articles with this tag
📌 To sort an array - Arrays.sort(arr); Arrays.sort(arr,start_index,end_index); 📌 To sort an array in reverse order - import java.util.arrays; import...
Algorithm An algorithm is a set of instructions or rules designed to solve a definite problem Program Program is an organized collection of...
Here are given some basic steps which every programmer should follow to code efficiently 1. Create functions Never write all the code in one function...