issues Search Results · repo:Hunterdii/GeeksforGeeks-POTD language:Java
Filter by
4 results
(50 ms)4 results
inHunterdii/GeeksforGeeks-POTD (press backspace or delete to remove)The python code of linked list day 4 is not working. The output is not showing. Assign me to update the python code
AmitavaDatta2004
- 9
- Opened on Jan 30
- #26
class Solution { public: vector int findSplit(vector int arr) { int total_sum = 0; for (int num : arr) { total_sum +=
num; }
if (total_sum % 3 != 0) {
return {-1, -1};
}
int target_sum ...
Divyanshu-RS
- 9
- Opened on Nov 7, 2024
- #16

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.