2 Reusable Code Snippet Topics
Remove Filter a string which can be used ala std::string, preserves case, but comparisons are not case sensitive. | |
choose a random element from a sequence when a. you do not know how many elements are there before hand b. you want to make one single pass through the sequence c. you do not want to use auxiliary storage |