- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
LeetCode 709 | To Lower Case Explained Step by Step (C++)
🚀 About Me
I’m a Computer Engineering student and an aspiring full stack developer.
I solve LeetCode problems regularly and explain them in a simple, beginner-friendly way to improve problem-solving skills step by step.
🧠 Question Details
Question Number: 709
Question Name: To Lower Case
📖 Problem Explanation
In this problem, we are given a string and we need to convert all uppercase letters into lowercase.
👉 If a character is already lowercase, it remains unchanged
👉 Only uppercase letters are converted
🧩 Example
Input:
"Hello"
Output:
"hello"
💡 Approach
Traverse the string character by character
Convert each character to lowercase
Update the string
👉 Time Complexity: O(n)
👉 Space Complexity: O(1)
💻 Code Used in This Video
You can find the complete solution here:
👉 https://github.com/jaintulya/leet-code-question
🔗 Links
LinkedIn: https://www.linkedin.com/in/tulya-jain-b84827372/
LeetCode Profile: https://leetcode.com/u/o08s0tJtFp/
GitHub Profile: https://github.com/jaintulya
Видео LeetCode 709 | To Lower Case Explained Step by Step (C++) канала Tulya Jain
I’m a Computer Engineering student and an aspiring full stack developer.
I solve LeetCode problems regularly and explain them in a simple, beginner-friendly way to improve problem-solving skills step by step.
🧠 Question Details
Question Number: 709
Question Name: To Lower Case
📖 Problem Explanation
In this problem, we are given a string and we need to convert all uppercase letters into lowercase.
👉 If a character is already lowercase, it remains unchanged
👉 Only uppercase letters are converted
🧩 Example
Input:
"Hello"
Output:
"hello"
💡 Approach
Traverse the string character by character
Convert each character to lowercase
Update the string
👉 Time Complexity: O(n)
👉 Space Complexity: O(1)
💻 Code Used in This Video
You can find the complete solution here:
👉 https://github.com/jaintulya/leet-code-question
🔗 Links
LinkedIn: https://www.linkedin.com/in/tulya-jain-b84827372/
LeetCode Profile: https://leetcode.com/u/o08s0tJtFp/
GitHub Profile: https://github.com/jaintulya
Видео LeetCode 709 | To Lower Case Explained Step by Step (C++) канала Tulya Jain
Комментарии отсутствуют
Информация о видео
2 мая 2026 г. 15:52:14
00:03:05
Другие видео канала




















