POTD- 12/01/2024 | Reverse First K elements of Queue | Problem of the Day | GeeksforGeeks

  Рет қаралды 366

GeeksforGeeks Practice

GeeksforGeeks Practice

Күн бұрын

Пікірлер: 1
@prateekbhaisora
@prateekbhaisora 10 ай бұрын
Alternate solution in Python: def modifyQueue(self, q, k): n = len(q) x = q[:k] y = x[::-1] z = q[k:n] return y+z # TC = O(n) SC = O(max(k, n-k))
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 16 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 83 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 2,7 МЛН
Hoodie gets wicked makeover! 😲
00:47
Justin Flom
Рет қаралды 127 МЛН
Sort a stack | Problem of the Day-28/09/21 | Siddharth Hazra
33:47
GeeksforGeeks Practice
Рет қаралды 2,7 М.
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
ThePrimeTime
Рет қаралды 728 М.
Programming Languages Tier List 2024
16:18
Neal Wang
Рет қаралды 10 М.
The Last Algorithms Course You'll Need by ThePrimeagen | Preview
16:44
Frontend Masters
Рет қаралды 324 М.
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 145 М.
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,2 МЛН
POTD - 02/11/2024 | Kth Distance | Problem of the Day | GeeksforGeeks Practice
18:43
Is the C programming language still worth learning?
9:27
Jacob Sorber
Рет қаралды 108 М.
7 Years of Software Engineering Advice in 18 Minutes
18:32
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 16 МЛН