Home New Trending Search
About Privacy Terms
#
#codekitty
Posts tagged #codekitty on Bluesky
Leetcode 4/17/2025 daily code explanation with cute cats and bright colored pens.

Leetcode 4/17/2025 daily code explanation with cute cats and bright colored pens.

Today (4/16/2025) #Leetcode daily problem is an easy one.
Brute force O(n^2) but with some optimizations that are likely not worth it given the limited size of n.

leetcode.com/problems/cou...

#Doodles #Code #Programming #CodeKitty

2 0 0 0
Leetcode 4/15/2025 daily code explanation with cute cats and bright colored pens. pt 1

Leetcode 4/15/2025 daily code explanation with cute cats and bright colored pens. pt 1

Leetcode 4/15/2025 daily code explanation with cute cats and bright colored pens. pt 2

Leetcode 4/15/2025 daily code explanation with cute cats and bright colored pens. pt 2

Today 4/15/2025 #Leetcode daily problem was another mean one. You need to know a super obscure data structure #FenwickTrees to do it.

Made #CodeKitty cry.

#Code #Programming #Doodles.

2 0 0 0
Leetcode 4/11/2025 daily code explanation with cute cats and bright colored pens.

Leetcode 4/11/2025 daily code explanation with cute cats and bright colored pens.

I love today's (4/11/2025) #Leetcode daily #Code question because the answer can be calculated once, cached and used for every test case. My solution is faster than what is normally possible.

#CodeKitty #Programming

leetcode.com/problems/cou...

0 0 0 0
Leetcode 4/10/2025 daily code explanation with cute cats and bright colored pens.

Leetcode 4/10/2025 daily code explanation with cute cats and bright colored pens.

Really difficult #Leetcode daily (4/10/2025) question.
Helpful if you have a #Math background.
Probably other ways to solve but the math way is always the prettiest.

#Code #CodeKitty #Programming

leetcode.com/problems/cou...

0 0 0 0
Leetcode 4/4/2025 daily code explanation with cute cats and bright pens.

Leetcode 4/4/2025 daily code explanation with cute cats and bright pens.

#Leetcode 4/4/2025 daily problem is a Breadth First Search problem.
I looked and the editorial solution says to use Depth First Search and I disagree with that solution.

#Programming #Code #CodeKitty

1 0 1 0
Leetcode 4/3/2025 daily code explanation with cute cats and bright pens.

Plushies of Kuromi and My Melody included in picture

Leetcode 4/3/2025 daily code explanation with cute cats and bright pens. Plushies of Kuromi and My Melody included in picture

Needed help from #Kuromi and #MyMelody for today's #Leetcode 4/3/2025 daily question.

It is an expansion of yesterday's problem.
I was thinking yesterday was way too easy.

#Code #Programming #CodeKitty

leetcode.com/problems/max...

1 0 0 0
Leetcode 4/2/2025 daily code explanation with cute cats and bright pens.

Leetcode 4/2/2025 daily code explanation with cute cats and bright pens.

Today's #Leetcode daily question (4/2/2025) is perfect for people starting to learn #Programing.

#Code #CodeKitty

leetcode.com/problems/max...

0 0 0 0
Leetcode 4/1/2025 daily code explanation with cute cats and bright pens.

Leetcode 4/1/2025 daily code explanation with cute cats and bright pens.

Today's #Leetcode 4/1/2025 daily problem is easy if you think of it as a reverse #fibonacci sequence.

#DynamicProgramming #Code #Programming #CodeKitty

0 0 0 0
Grey and white tuxedo cat sleeping on a computer. Her head is resting on the computer

Grey and white tuxedo cat sleeping on a computer. Her head is resting on the computer

Grey and white tuxedo cat sleeping on a computer. Eyes closed

Grey and white tuxedo cat sleeping on a computer. Eyes closed

It's ok to need a day off #codekitty #sleep #selfcare

2 0 0 0
Leetcode 3/30/2025 daily code explanation with cute cats and bright pens.

Leetcode 3/30/2025 daily code explanation with cute cats and bright pens.

Today's #Leetcode 3/30/2025 #DailyQuestion
Pretty simple after identifying that this is a problem of creating ranges and combining them.

#Code #Programming #CodeKitty

1 0 1 0
Leetcode 3/28/2025 daily code explanation with cute cats and bright pens. Part 1

Leetcode 3/28/2025 daily code explanation with cute cats and bright pens. Part 1

Leetcode 3/28/2025 daily code explanation with cute cats and bright pens. Part 2

Leetcode 3/28/2025 daily code explanation with cute cats and bright pens. Part 2

Today's #Leetcode 3/28/2025 #DailyProblem is stupid hard, and stupid mean!

#CodeKitty had to go Super Code Kitty Stage 99 to solve.

Please don't do this to interviewees.
leetcode.com/problems/max...
#Code #Programming

0 0 0 0
Leetcode 3/27/2025 daily code explanation with cute cats and bright pens.

Leetcode 3/27/2025 daily code explanation with cute cats and bright pens.

Included a #Proof by contradiction in today's explanation.
#Leetcode 3/27/2025 daily #code

leetcode.com/problems/min...

#CodeKitty #Programming

0 0 0 0
Leetcode 3/26/2025 daily code explanation with cute cats and bright pens.

Leetcode 3/26/2025 daily code explanation with cute cats and bright pens.

Happy #Spring Everyone!

#Leetcode 3/25/2025 daily #code explanation with cute cats and bright pens.

leetcode.com/problems/min...

#CodeKitty #Programming

0 0 0 0
Leetcode 3/25/2025 daily code explanation with cute cats and bright pens.

Fun Fact Included:
Black Lives Matter

Leetcode 3/25/2025 daily code explanation with cute cats and bright pens. Fun Fact Included: Black Lives Matter

#Leetcode 3/25/2025 daily #code explanation.
Super easy one today, esp if you did yesterday's.

leetcode.com/problems/che...

#Programming #CodeKitty

0 0 1 0
Leetcode 3/24/2025 daily code explanation with cute cats and bright pens.

Fun Fact Included:
The founding fathers intended for the Judicial, Legislative and Executive branches to all be co-equal in our Government and provide checks and balances

Leetcode 3/24/2025 daily code explanation with cute cats and bright pens. Fun Fact Included: The founding fathers intended for the Judicial, Legislative and Executive branches to all be co-equal in our Government and provide checks and balances

Today's #Leetcode 3/24/2025 daily #Code explanation.
Pretty easy one today. Just be careful of any corner cases!

#CodeKitty #Programming

leetcode.com/problems/cou...

1 0 1 0
Leetcode 3/23/2025 daily code explanation with cute cats and bright pens.

Leetcode 3/23/2025 daily code explanation with cute cats and bright pens.

Today's #Leetcode 3/22/2025 daily #code is stupid hard.

#Graph Building, #Dijkstra's Algorithm and Path Counting.
I would never put an applicant through this.

leetcode.com/problems/num...

#CodeKitty #Programming #Dijkstra

1 0 0 0
Leetcode 3/22/2025 daily code explanation with cute cats and bright pens.

Leetcode 3/22/2025 daily code explanation with cute cats and bright pens.

#Leetcode 3/22/2025 daily #code
Don't be fooled into building a Graph and doing #DFS or #BFS!

Also, can someone tell me if this is Inverse #Ackermann?

leetcode.com/problems/cou...

#CodeKitty

0 0 1 0
Leetcode 3/20/2025 daily code explanation with cute cats and bright pens.

Leetcode 3/20/2025 daily code explanation with cute cats and bright pens.

#Leetcode 3/20/2025 was pretty difficult.
There are a few ways to do this but this is what I chose.

#Code #Programming #CodeKitty

0 0 1 0
Post image

Today's 3-17-2025 #Leetcode was pretty simple and doesn't need any more information than #PseudoCode
#Code #Programming

#Immigrants Are Welcome Here! (USA)
#CodeKitty

leetcode.com/problems/div...

0 0 0 0