Skip to content

Release v1 - Naive Recursive Brute-Force Implementation

Latest

Choose a tag to compare

@pdpiech pdpiech released this 02 Oct 20:41

This implementation uses unordered_set which is a hashing data structure for fast insertion and lookup operations and naive recursion to find solutions.