Ecosyste.ms: Awesome
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: 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.
- Host: GitHub
- URL: https://github.com/randhir200/parity-sorting
- Owner: Randhir200
- Created: 2022-05-29T13:16:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T13:16:59.000Z (over 2 years ago)
- Last Synced: 2024-11-06T03:46:55.941Z (about 2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.