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.

June 2023

Highest alternating integer sequence

Find the highest alternating sequence among many.

Read More

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