A collection of DSA tasks done in any of the mentioned language. Contribute your own unique code in your preferred language!

hacktoberfest hacktoberfest-accepted hacktoberfest-starter hactoberfest2025
4 Open Issues Need Help Last updated: Oct 31, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue proposes adding a C++ solution for the "Find Minimum in Rotated Sorted Array" problem. The task involves implementing an O(log n) algorithm to locate the minimum unique element in a sorted array that has been rotated an unknown number of times, providing examples for clarity.

Complexity: 3/5
enhancement help wanted

A collection of DSA tasks done in any of the mentioned language. Contribute your own unique code in your preferred language!

C++
#hacktoberfest#hacktoberfest-accepted#hacktoberfest-starter#hactoberfest2025

AI Summary: This GitHub issue presents a detailed solution for LeetCode problem Q1768, "Merge Strings Alternately," implemented in C++. The approach involves initializing an empty result string and two indices, then iteratively appending characters from both input strings in an alternating fashion. It also includes steps to handle any remaining characters from either string after the initial merge, concluding with a time complexity of O(n + m) and O(1) space complexity.

Complexity: 1/5
enhancement help wanted

A collection of DSA tasks done in any of the mentioned language. Contribute your own unique code in your preferred language!

C++
#hacktoberfest#hacktoberfest-accepted#hacktoberfest-starter#hactoberfest2025

AI Summary: This GitHub issue proposes adding an optimized C++ solution for the 'Merge k Sorted Lists' problem. The implementation leverages a min-heap (priority queue) to efficiently combine multiple sorted linked lists into a single sorted list, with detailed problem description, examples, and constraints provided.

Complexity: 2/5
enhancement help wanted good first issue

A collection of DSA tasks done in any of the mentioned language. Contribute your own unique code in your preferred language!

C++
#hacktoberfest#hacktoberfest-accepted#hacktoberfest-starter#hactoberfest2025
enhancement good first issue

A collection of DSA tasks done in any of the mentioned language. Contribute your own unique code in your preferred language!

C++
#hacktoberfest#hacktoberfest-accepted#hacktoberfest-starter#hactoberfest2025