jxu

Results 212 comments of jxu

> @jxu have you published the cf blog mentioned here? No I got lazy. But I can clean and put it up if you want. (I suffer from the issue...

I have created a draft but I'm not sure if I'm happy with the notation, and the people who taught binary search to me have much more experience than I...

A old-school possible solution is to use/disguise HTML forms and hopefully the browser remembers. Anything else in javascript probably requires storing user data as cookies. @jakobkogler I noticed you were...

Yeah I still need to fix up the later code. I'm still debating whether `a[l:r)` notation helps or hurts readability.

I agree with you. Very few math problems below very high rating will require you to know what a field is compared to standard structures like Reals, Integers, 2D and...

What about having this short article for now and maybe expanding it to C++ in CP later? That's a quite broad topic

Also I've heard that including `bits/stdc++.h` would increase compilation times since you are asking the compiler to parse and decide what to include from every single header file. Also it's...

Portability I mean some people on Windows may be using Microsoft compiler or clang on other platforms. Anyway I digress on those code-saving tricks

I've also come across some people using `#define int long long`. I was pretty sure this would break something in libraries but then I thought `int` is only required only...

Thanks for your response. I can quickly whip up an article just to have some info on it