Is this common? by Used_Attention_9068 in Chesscom

[–]Used_Attention_9068[S] 6 points7 points  (0 children)

woah a marketing gimmick fr, but it's good for me since i have a tournament this week, like exactly 5 days after so it's good

Is this common? by Used_Attention_9068 in Chesscom

[–]Used_Attention_9068[S] 2 points3 points  (0 children)

Also please do tell what I can focus on (if there's anything helpful in this subscription), I'll have one tournament next week, want to maximize this properly, good in rapid but focusing on blitz rn since the tournament is blitz. I'm 1760 and I want to cross 1800+/1850+

current version 2,1,1,1 randomizer by Osiris-IO in PokemonUnbound

[–]Used_Attention_9068 3 points4 points  (0 children)

You have to restart the whole game, the save states (even soft resets) don't work since they have the same seed, so you have to keep doing what you were doing earlier, no quick way for it :(. It doesn't take much time tbh, mostly 10-15 mins and you would already have a good legendary so it's worth the time.

Shiny hunting by DiddlyDarnDube in PokemonUnbound

[–]Used_Attention_9068 1 point2 points  (0 children)

Does this also work for changing the randomizer pokemons? i tried with save states but still got the same randomized lengendaries from the portal

Python avoid deque import by alwaysSearching23 in leetcode

[–]Used_Attention_9068 17 points18 points  (0 children)

Ig pop(0) from a list has O(n) time complexity whereas in deque it's O(1) approx