Sammelsurium
This is a collection of my programming puzzles. If you are learning a new programming language, try solving these puzzles.
Sammelsurium is German for a hodgepodge. Or, a variety of miscellaneous things.
Do you have any questions or suggestions for new puzzles? Please write me an email.
Highest alternating integer sequence
Find the highest alternating sequence among many.Strings with equal number of 'A's and 'B's
Given a file containing strings that contains random ASCII characters, find all strings that contain the same amount of ‘A’ and ‘B’ characters, called AB-Equal.