Coders Packet

Packets submitted by Shiroli Nigam

Program to Identify Singleton element in a given array using JAVA

Program to identify singleton (occurring once) elements in an array using JAVA programming.

Communicating between nodes in JAVA using & study InetAddress, socket class.

Hi, we will learn how to implement a program to communicate between two nodes using Sockets in JAVA.

Finding Minimum and Maximum elements in an Array using DAC algorithm in JAVA

Implement a program to find Minimum and Maximum elements in an Array using the Divide and Conquer paradigm in java.