I have this Git repository which contains two folders: binary-search and poker.
binary-search
poker
For example: https://github.com/soulnafein/code-katas
Today there's a better way of doing this: git subtree
git subtree
See this answer.