A Very Big Sum

Sort by

recency

|

1976 Discussions

|

  • + 0 comments

    I decided to use an implicit solution using Stream

    public static long aVeryBigSum(List<Long> ar) {
    
        return ar.stream()
            .mapToLong(Long::longValue).sum();        
    
    }
    
  • + 0 comments

    I’m having trouble mastering the toughest levels in Muse Dash APK! 🎵🔥 Can anyone share the best strategies to improve my timing and accuracy? Any tips would be a huge help! 😊

  • + 0 comments

    Here is my c++ solution, you can watch the video explanation here : https://youtu.be/k6H_RljnY8g

    long aVeryBigSum(vector<long> ar) {
        long result = 0;
        for(int i = 0; i < ar.size(); i++) result += ar[i];
        return result;
    }
    
  • + 0 comments

    I'm having a lot of issues with the security of the Wellness Center in Ponte Vedra Beach. Can someone provide the best security measures to follow for my link?

  • + 0 comments

    I'm having a lot of issues with the security of the Fluxus Discord link. Can someone provide the best security measures to follow for my link?