03 - Solve Me First & Simple Array Sum | Warmup | Hackerrank Solution | Python

preview_player
Показать описание
⭐️ Content Description ⭐️
In this video, I have explained on how to solve on how to solve simple array sum and solve me first using simple logic in python. This hackerrank problems are a part of Problem Solving | Practice | Algorithms | Warmup | Solve Me First | Simple Array Sum and solved in python. The complexity of the solutions are O (1) and O (n).

Make a small donation to support the channel 🙏🙏🙏:-

#solvemefirst #simplearraysum #howtosolve #hackerrank #hackerranksolutions #hackersrealm #python #warmup #problemsolving #tutorial #algorithms #datastructures #programming #coding #codinginterview #education #aswin
Рекомендации по теме
Комментарии
Автор

Respected sir, I have doubt that you just type return sum(arr) and how you got congratulation because you not metioning formula, declare variables with list of array and etc.... or it happens automatically.

anmoldhawan
Автор

in first Question also, you right one line code and you got output? uou have not declare var or giving values, formulas? all hape automatically

anmoldhawan
Автор

what will be the time complexity if we use sum()

Peterin
Автор

this is the code i coded for simple sum array in hacker rank but it failed all test cases in submitting code but individually it compiled succesfully on passing arguments . that is automatically not passing test cases while succesful in manual entry

u
Автор

is editorial option where we can find solution of a problem deleted in hackerrank 2022?? there is no option of editorial with problem now

siddhantjain
Автор

broh its good nice but you have used sum() i.e. inbuilt function instead of that you should pinned the comment and write customize sum function by which things get clear.

NadeemKhan-iwow
Автор

If name == main;
Can you please explain the step please?

bharathkumarramesh