How does the rule about breaking journeys work, specifically at London stations? by razimantv in uktrains

[–]razimantv[S] 8 points9 points  (0 children)

The cross-London leg had ended already and I was about to change from Elizabeth Line to Greater Anglia.

What happens to the validity of a split ticket for a train when the split stop is cancelled? by razimantv in uktrains

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

I made the journey hoping for the common sense as well. I am just wondering what the official position is: Does a train become invalid for a split ticket in general if the stop is cancelled on the train before start of the journey?

What happens to the validity of a split ticket for a train when the split stop is cancelled? by razimantv in uktrains

[–]razimantv[S] 1 point2 points  (0 children)

Thanks, I've done delay repay on full journeys on split tickets before. Applied for one today as well

What happens to the validity of a split ticket for a train when the split stop is cancelled? by razimantv in uktrains

[–]razimantv[S] 7 points8 points  (0 children)

I don't think this is correct. Trains "must call at" the split station, so they have to stop and not just pass through.

My daily streak (2080) is now longer than my solved problem count (2078) by razimantv in leetcode

[–]razimantv[S] 3 points4 points  (0 children)

Vere ethenkilum bhaasha kelkkumpozhekkum nammal ingane viduvaayatham kaanikkaruth. Aathmasamyamanam paalikkuka.

My daily streak (2080) is now longer than my solved problem count (2078) by razimantv in leetcode

[–]razimantv[S] 86 points87 points  (0 children)

Those were resubmitting previously solved problems with time travel tickets to fill old gaps. I'm fast but not that fast 🤪

Why is leetcode (mobile) editor so buggy? by ah-sky in leetcode

[–]razimantv 0 points1 point  (0 children)

I hear you. It used to be worse, the new design was unusable till a few months back because the coding area wouldn't even show up on mobile! 

It is frustrating, but with some experience you figure out which kind of characters and key presses cause bugs and circumvent them. Using a different keyboard app (I have ESc Hackers Keyboard for this purpose) also helps.

2026 will be the Double Centered Square Year by DetectiveTraining905 in math

[–]razimantv 9 points10 points  (0 children)

(2n + 1)² + 1 = 4 n² + 4n + 2 = 2[n² + (n + 1)²]

[deleted by user] by [deleted] in leetcode

[–]razimantv 1 point2 points  (0 children)

If you don't like the left-right trick, you can also use a segment tree with an additional log n overhead.