Skip to content

Files

Latest commit

 

History

History

Segregate_Positive_and_Negative_elements_in_array

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
This code takes an array as input from the user and then segregates the positive and negative elements. The negative elements are pushed to left hand side and the elements which are positive and are 0 are moved to the right hand side. Goto .java file to access the code for this program.