📄️ Array Average
Calculate the average of numbers in an array - a fundamental array operation.
📄️ Anagram Checker
Determine if two strings are anagrams - a classic string manipulation problem.
📄️ Binary Search
Implement binary search - one of the most important algorithms in computer science.