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

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: 3 months 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.