1. Static Array

Goal: Build your own static array class and understand how low-level array operations work.

๐Ÿ”ง Implementation Tasks:

๐Ÿงช Test Tasks:


2. Sorted Array โ€“ Task List

Goal: Understand how sorted arrays maintain order and allow efficient search.

๐Ÿ”ง Implementation Tasks: