Algorithm Workshop Code Examples This repo contains example implementations of the following algorithms: Algorithm Ruby Swift Python C# Factorial ✅ ✅ ✅ ✅ Merge sort ✅ ✅ ✅ Quick sort ✅ ✅ Flatten Array ✅