Skip to content

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

good first issue
  • arush75
  • 1
  • Opened 
    on Oct 4, 2024
  • #13

Great Repo
  • SamarthGarge
  • Opened 
    on Jun 13, 2024
  • #5
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub