Data Structure and Algorithms yet to be implemented

Hi, I would really be grateful if could get to know 1)which Data Structures and Algorithms are yet to be implemented in boost? 2)How can i get started on them? Thanking you, Manmohit Rekhi

On Nov 12, 2013, at 8:31 AM, Manmohit Rekhi
Hi,
I would really be grateful if could get to know 1)which Data Structures and Algorithms are yet to be implemented in boost? 2)How can i get started on them?
Look through boost; figure out what you think is missing. Look through the boost bug system https://svn.boost.org/trac/boost/report. Look for feature requests. Once you've identified something that you think needs doing, and that you're interested in working on, come up with a description and preliminary design. Post it here on the ML - you'll get plenty of feedback. -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki

On 12 November 2013 16:31, Manmohit Rekhi wrote:
Hi,
I would really be grateful if could get to know 1)which Data Structures and Algorithms are yet to be implemented in boost?
This is a silly question. What set of data structures and algorithms are you referring to? All data structures and algorithms that have ever been described? Many of them are not implemented in Boost, and probably never will be. To find out which data structures and algorithms *are* implemented in Boost, read the documentation. Then you can assume everything else not listed there is not implemented.
participants (3)
-
Jonathan Wakely
-
Manmohit Rekhi
-
Marshall Clow