DeusDeceptor

DeusDeceptor's profile picture

23 | M | INTP

Last active:

Mood:


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

https://blog.spacehey.com/nilvalue

DeusDeceptor's Blog Entries

[Subscribe to this Blog]

— 6 Kudos

National IQ and Success in the International Mathematical Olympiad

Category: School, College, University

International Mathematical Olympiad  is one of the most prestigious international Olympiads, and probably the best-known Olympiad in mathematics. Numerous eminent mathematicians, Fields Medalists, and researchers have taken part in it. Hence, it is interesting to explore what predicts success in the IMO and how it relates to national measures of IQ. [1] Methodology: A » Continue Reading

» View Blog Entry

— 2 Kudos

ICPC NERC 2023, Evaluate it and back again(1912E)

Category: School, College, University

Basic Description Codeforces link to problem statement:  https://codeforces.com/problemset/problem/1912/E basic gist is: given an input l and r, generate a string of an expression which equals l when read left to right, and equals to r when read in reverse (right to left).  + - *  (less than 1000 characters) Solution observati » Continue Reading

» View Blog Entry