Source

arrays/index.js

/**
 * @module arrays
 * @description Collection of array manipulation algorithms including searching,
 * sorting, and sum-based problems.
 */