Тёмный

633. Sum of Square Numbers | maths in dsa | leetcode daily challenge | DSA | Hindi 

shashCode
Подписаться 16 тыс.
Просмотров 2,1 тыс.
50% 1

Problem Name:
633. Sum of Square Numbers
Problem Statement:
Given a non-negative integer c, decide whether there're two integers a and b such that a2 + b2 = c.
Problem link:
leetcode.com/problems/sum-of-...
Java Plus DSA Placement Course Playlist:
• Java and DSA Course Pl...
Java Plus DSA Sheet:
docs.google.com/spreadsheets/...
Notes:
github.com/Tiwarishashwat/Jav...
Telegram Link:
shashwattiwari.page.link/tele...
Ultimate Recursion Series Playlist:
• Recursion and Backtrac...
Instagram Handle: (@shashwat_tiwari_st)
shashwattiwari.page.link/shas...
Samsung Interview Experience:
• I cracked Samsung | SR...
Company Tags:
Facebook | Amazon | Microsoft | Netflix | Google | LinkedIn | Pega Systems | VMware | Adobe | Samsung
Timestamp:
0:00 - Introduction
#ShashwatTiwari #coding​​ #problemsolving​

Опубликовано:

 

15 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@RohitKumar-dz8dh
@RohitKumar-dz8dh Месяц назад
I was doing half of Target number instead of doing sqrt and couldn't observe 😢. Thanks to rectify my mistake 😊.
@ayusharyan982
@ayusharyan982 Месяц назад
So simple approach that even a beginner like me could understand... Thanks Bhaiya ❤
@lakshyam8544
@lakshyam8544 Месяц назад
Good Explanation Sir , Keep it up 👍
@saiei
@saiei Месяц назад
Reenforce approach, TLE 100/127 class Solution { public: bool judgeSquareSum(int c) { //bruteforce approach long long sqrtc=sqrt(c); vector arr; arr.push_back(0); for(int i=0;i
@AYJ959
@AYJ959 Месяц назад
👍
@keshavgupta9174
@keshavgupta9174 Месяц назад
@abhilashdevunori9427
@abhilashdevunori9427 Месяц назад
I forgot to do long conversion that is why it was failing :(
@harshivam
@harshivam Месяц назад
same haha for the test case around 100
@PiyushSharma-we8yd
@PiyushSharma-we8yd Месяц назад
first view 🤩
@PrakashRai-ff3pr
@PrakashRai-ff3pr Месяц назад
i use same approach today...i came here because i thought aap dusa appproach bataoge😂
Далее
ЭТОТ ПЕНЁК ИЗ PLANTS VS ZOMBIES - ИМБА!
00:48
10 Math Concepts for Programmers
9:32
Просмотров 1,8 млн
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
DARKER SIDE of SOFTWARE ENGINEERING !!
12:09
Просмотров 136 тыс.
8 patterns to solve 80% Leetcode problems
7:30
Просмотров 276 тыс.
How I would learn Leetcode if I could start over
18:03
Просмотров 382 тыс.