Boost logo

Boost :

Subject: Re: [boost] Searching and Sorting algorithms
From: Pranam Lashkari (plashkari628_at_[hidden])
Date: 2019-02-18 20:20:48


On Mon 18 Feb, 2019, 10:31 PM Siddhartha Sen via Boost <
boost_at_[hidden] wrote:

> Sorry for the typo. I meant "generic", not genetic. Anyways, I went through
> the non-mutating algorithms section and can't think of anything to possibly
> add. I had three questions though:
> 1. Is there any interest in libraries aimed at solving any small but
> particular problem, for example, say tower of hanoi in minimum possible
> time?
>

Anything which has practical application and is useful in the real world is
a good idea.

2. For any existing algorithm, if we add some features would it be useful?
> For example, as far as I know, binary search returns true if an element is
> found and false, if not. What if we add the elements position if found?
> Does not change complexity, but makes it better to use,doesn't it?

3. I want to contribute to the sorting algorithms library as well, any idea
> where to start? Is there any scope for improvement of any existing
> algorithms? Also, if we want to add any entirely new algorithms of our own,
> any suggestions where to start? I am working on an algorithm currently and
> was hoping to propose it to the boost libraries.
> Sorry if my post got too lengthy.
> Any help would be appreciated.
> Thank You.
>

You can contact the maintainer of the library to discuss your algorithm,
improvements, suggestions and also can send pull request to the library
repository.

What algorithm are you working on?

Just a general suggestion its always nice to have a discussion on one topic
in a single thread instead of creating a new thread with new subject and
old discussion. It makes it easier for people to continue and join for new
people and also for searching purpose.

Thank you,
Pranam Lashkari

>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk