Boost logo

Boost Users :

Subject: [Boost-users] Implementation Of Natural Sort for C++
From: Gagan Kumar (gagan1kumar_at_[hidden])
Date: 2015-12-27 04:36:11


In Boost Trac, I found Natural Sort as Ticket #11021 (new Feature Requests). I too think it will be good for C++ to have it too. Thus I tried to make my Implementation on Natural Sort. Here,
   https://github.com/scopeInfinity/NaturalSort

Can this be included in Boost extensions, or can you please guide me to make it better so that It can be included.

Regards
Gagan Kumar

Natural Sort Example -
Inputs :
    Hello 100
    Hello 34
    Hello 9
    Hello 25
    Hello 10
    Hello 8

Normal Sort Output :
    Hello 10
    Hello 100
    Hello 25
    Hello 34
    Hello 8
    Hello 9

Natural Sort Output :
    Hello 8
    Hello 9
    Hello 10
    Hello 25
    Hello 34
    Hello 100

|   |
|   | |   |   |   |   |   |
| scopeInfinity/NaturalSortNaturalSort - C++ Implementation of Natural Comparision and Natural Sort |
| |
| View on github.com | Preview by Yahoo |
| |
|   |



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net