A curated collection of must-know algorithms for last-minute revision, designed for quick review and coding interview prep.

dsa-algorithm hacktoberfest
1 Open Issue Need Help Last updated: Oct 6, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue requests the implementation of Kadane’s Algorithm in C++ to find the maximum sum subarray within a 1D array. The solution must include example input/output, detailed comments explaining the logic, and explicitly state the time and space complexity. The code should be placed in the 'Arrays' folder and adhere to the repository's coding style guidelines.

Complexity: 1/5
good first issue hacktoberfest DSA C++

A curated collection of must-know algorithms for last-minute revision, designed for quick review and coding interview prep.

C++
#dsa-algorithm#hacktoberfest