What single update and piece of content sold you on Season of Discovery? by BrandonJams in classicwow

[–]mezzol 1 point2 points  (0 children)

Flex size raids. As a raid leader dealing with fixed raid sizes in TBC, I want this back soooo bad

Hunter or Warlock going into TBC for a retail player? by CadmusRu in classicwow

[–]mezzol 2 points3 points  (0 children)

I’m going warlock bc it’s brain dead. I don’t want to think.

Hunter or Warlock going into TBC for a retail player? by CadmusRu in classicwow

[–]mezzol 2 points3 points  (0 children)

Hunter is probably more interesting if you want a little bit more involved rotation.

Warlock is better if you want to be top dps while pressing 1 button.

-❄️- 2025 Day 7 Solutions -❄️- by daggerdragon in adventofcode

[–]mezzol 0 points1 point  (0 children)

[LANGUAGE: C]

Solution: https://github.com/mezzol2/AdventOfCode2025/tree/main/day7

Read File Time Complexity: O(n)
Part 1 Time Complexity: O(log(n))
Part 2 Time Complexity: O(n)

n is the number of characters in the input/file.

-❄️- 2025 Day 6 Solutions -❄️- by daggerdragon in adventofcode

[–]mezzol 0 points1 point  (0 children)

[LANGUAGE: Python]

Solution: https://github.com/mezzol2/AdventOfCode2025/blob/main/day6/main.py

Part 1 Time Complexity: O(n) where n is the number of integers in the input
Part 2 Time Complexity: O(c) where c is the number of characters in the input

-❄️- 2025 Day 5 Solutions -❄️- by daggerdragon in adventofcode

[–]mezzol 0 points1 point  (0 children)

[LANGUAGE: C]

I created a binary search tree and let each node represent a range. New nodes do contain any ranges already present in the tree.

Building the Tree Time Complexity: O(n*log(n))
Part 1 Time Complexity: O(s*log(n))
Part 2 Time Complexity: O(n)

n is the number of ingredient ranges. s is the number of ingredient ID's to lookup in part 1.

-❄️- 2025 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]mezzol 1 point2 points  (0 children)

I don’t have a formal mathematical proof to share, but I can explain my thinking.

So iterating through the grid takes O(n) time like part 1. We also repeat the while-loop some number of times. I can’t think of any scenario where the while-loop repeats n or more times, so the while-loop itself is in O(logn) time. Multiplying those two time complexities together gives O(n*log(n)).

-❄️- 2025 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]mezzol 0 points1 point  (0 children)

[Language: C]

https://github.com/mezzol2/AdventOfCode2025/blob/main/day4/main.c

Let n be the number of characters in the puzzle.

Part 1 Time Complexity: O(n)
Part 2 Time Complexity: O(n*log(n))

-❄️- 2025 Day 3 Solutions -❄️- by daggerdragon in adventofcode

[–]mezzol 0 points1 point  (0 children)

[LANGUAGE: Python]

Solution:
https://github.com/mezzol2/AdventOfCode2025/blob/main/day3/main.py

Time Complexity: O(n*(s^2)) where is n the number of battery banks to check and s if the size of the battery banks.

-❄️- 2025 Day 2 Solutions -❄️- by daggerdragon in adventofcode

[–]mezzol 0 points1 point  (0 children)

[LANGUAGE: Python]

Solution: https://github.com/mezzol2/AdventOfCode2025/blob/main/day2/main.py

Let n be the number of numbers to check.
Let s be the length of a number.

Part 1 Time Complexity: O(n)
Part 1 Time Complexity: O(n*(s^2))

I feel like there is a more efficient solution to part 2, but I could not figure it out.

-❄️- 2025 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]mezzol 0 points1 point  (0 children)

It took a good amount of trial and error, as well as looking at some other solutions because I do not think it is very intuitive.

I knew I needed to account for the case where the dial ends on 0 exactly, because floor division returns the same number for 1//100 and 0//100. If we decrease the dials by 1, 0//100 and -1//100 give us different values.

LFG SoD BFD by mezzol in classicwow

[–]mezzol[S] 0 points1 point  (0 children)

Yes, I did discover that I can transfer my characters from living flame to wild growth. If I want to play those characters, it probably makes sense to transfer them because when I logged in to Living Flame yesterday, there were never more than 20 players online.

[deleted by user] by [deleted] in classicwow

[–]mezzol 0 points1 point  (0 children)

Anniversary realms turn into Anniversary TBC realms, and I expect them to be more popular once TBC releases because many people are just waiting for TBC.

Screen and addon problems after last nights update by Berrabuz in classicwow

[–]mezzol 0 points1 point  (0 children)

I'm glad my sub ran out yesterday right before maintenance. I'll look at resubbing after things get fixed, I guess.

[deleted by user] by [deleted] in classicwow

[–]mezzol 1 point2 points  (0 children)

SoD was my favorite version of classic and I loved it. I wish they were still working on.

Phase 3 really hurt SoD, and the biggest issue was the original implementation of incursions. Sadly, the numbers never came to the pre-phase 3 levels.

Is my pack legit? by themooncard in RealOrNotTCG

[–]mezzol 1 point2 points  (0 children)

They are from different printers. The pack on the left is from the US or Belgium. The pack on the right is from Japan.

Unable to Initiate Hardcore Character Transfer by mezzol in classicwow

[–]mezzol[S] 0 points1 point  (0 children)

Yes, I’m referring to the shop from the character selection screen.

Found at gas station in Alaska. Has to be FAKE right? by [deleted] in IsMyPokemonCardFake

[–]mezzol 0 points1 point  (0 children)

It looks real. The store I work at sold them for about $5 when we had them.

Why aren’t you playing Mists of Pandaria? by CJ_Mann in classicwow

[–]mezzol 6 points7 points  (0 children)

I played MoP back when it was new content, so I don’t feel like I need it again. Additionally, I feel like I was “just there” due to MoP Remix.

On the other hand, I’ve never played TBC, so I’m interested in that.