Тёмный

Solving LeetCode 520 in JavaScript (Detect Capital) 

KA Education
Подписаться 4,2 тыс.
Просмотров 3,4 тыс.
50% 1

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

 

20 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 5   
@jayanimations494
@jayanimations494 2 года назад
You’re amazing my man took awhile to understand but when it hit it hit
@timatikgz5310
@timatikgz5310 3 года назад
very good explain to beginner
@JohnnyWony
@JohnnyWony 4 года назад
nice videos! javascript beginner here. how come you mention time and space complexity at the end? why is it important and do they ask about space and time complexity in an interview?
@uraveragedev
@uraveragedev 4 года назад
Its a BIG O notation rule you have to consider in algorithms
@pavelisel4127
@pavelisel4127 2 года назад
const detectCapitalCorrectUse = (word) => { if (word === word.toUpperCase()) return true; if (word === word.toLowerCase()) return true; const wordWithoutFirstLetter = word.substring(1, word.length); if (wordWithoutFirstLetter === wordWithoutFirstLetter.toLowerCase()) return true; return false; };
Далее
FizzBuzz: One Simple Interview Question
7:18
Просмотров 3,5 млн
#kikakim
00:17
Просмотров 6 млн
Это было КРАСИВО!
01:00
Просмотров 992 тыс.
Мечты, которые сбылись♥️
00:17
Просмотров 557 тыс.
Watching This On Loop ♾️
00:32
Просмотров 9 млн
Solving LeetCode 101 in JavaScript (Symmetric Tree)
5:56
Detect capital | Leetcode #520
8:59
Просмотров 8 тыс.
I Asked Googlers How To Get Hired
9:44
Просмотров 1,5 млн
Solving LeetCode 112 in JavaScript (Path Sum)
5:01
Просмотров 1,6 тыс.
JavaScript Pro Tips - Code This, NOT That
12:37
Просмотров 2,5 млн
#kikakim
00:17
Просмотров 6 млн