LeetCode Practice This repository is dedicated to storing my LeetCode practice solutions and learning insights. time/space complexity O(1): func getFirst(arr [int]) int{ return arr[0] } O(n): O(n²): 📚 Categories Array: