Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randhir200/parity-sorting

Given an integer array. Sort the array in such a way that all the odd number are in the beginning of the array followed by the even numbers. The odd number and even number should follow an ascending order.
https://github.com/randhir200/parity-sorting

Last synced: 1 day ago
JSON representation

Given an integer array. Sort the array in such a way that all the odd number are in the beginning of the array followed by the even numbers. The odd number and even number should follow an ascending order.

Awesome Lists containing this project

README

        

# Parity-Sorting
Given an integer array. Sort the array in such a way that all the odd number are in the beginning of the array followed by the even numbers. The odd number and even number should follow an ascending order.