Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Using a library for computing the permutations I guess? I haven't touched C++ for years but I'd be surprised if the 44 lines include a permutations implementation.


next_permutation is in standard library (header algorithm).


For the curious, STL <algorithm> is one of those things that you wish you knew ages ago. Usually my code is much cleaner after I run through it and replace relevant parts of it with STL stuff.

http://www.cplusplus.com/reference/algorithm/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: