Sammelsurium

This is a collection of simple algorithmic puzzles. You can try solving them in a new programming language that you are exploring.

Sammelsurium is German for a hodgepodge, a variety of miscellaneous things.

October 2022

Finding strings with equal number of 'A's and 'B's

Given a number of strings that contains random ASCII characters, find all strings, that contain the same amount of ‘A’ and ‘B’ characters.

Read More