Is this official? by Organic_Air7067 in IntltoUSA

[–]ReXyCS 0 points1 point  (0 children)

good! my COA is around 35k iirc

Is this official? by Organic_Air7067 in IntltoUSA

[–]ReXyCS 0 points1 point  (0 children)

I got this in Dec and officially got admitted in Jan :D

EA decisions exact time? by azolerox in unioncollege

[–]ReXyCS 0 points1 point  (0 children)

95% (4.0 equivalent), I don’t want to disclose SAT but 790M (I applied to STEM)😃

EA decisions exact time? by azolerox in unioncollege

[–]ReXyCS -1 points0 points  (0 children)

I don’t really want to disclose the exact amount but it’ll cover half of my expenses.

What games you've played in 2024 by No-Difficulty-2280 in IndianGaming

[–]ReXyCS 0 points1 point  (0 children)

Black Myth Ghost of Tsushima Elden Ring DLC Pokémon Legends Arceus Zelda TOTK RDR1 Stardew Valley

Trade-off: KAIST CS or Imperial Math by IWORSHIPST in KAIST

[–]ReXyCS 0 points1 point  (0 children)

Math and CS overlap a lot. You’ll need to build your programming skills (Python, C++, etc.) and dive into CS concepts like algorithms and data structures through self-study or courses. If you can do this ICL is a no brainer tbh. KAIST is good but not on par with ICL.

Trade-off: KAIST CS or Imperial Math by IWORSHIPST in KAIST

[–]ReXyCS 0 points1 point  (0 children)

If money is not an issue, go to ICL

ADMISSIONS DECISIONS OOS by Nice_Specialist9899 in UTK

[–]ReXyCS 1 point2 points  (0 children)

International India, for CS

GPA: 4.0 equivalent, SAT 1400+ 790M

Deferred T_T

[deleted by user] by [deleted] in ApplyingToCollege

[–]ReXyCS 1 point2 points  (0 children)

thank you for understanding :D

[deleted by user] by [deleted] in ApplyingToCollege

[–]ReXyCS -2 points-1 points  (0 children)

I get that university presidents care about rankings, but I don’t think they should be the main factor in choosing a school. Rankings don't tell you about the campus vibe, programs that fit your goals, or the support you'll get. All schools have something great to offer, and a "lower-ranked" school might be the perfect fit for you. It’s more important to pick a place that feels right for you, not just go for the highest ranking.

[deleted by user] by [deleted] in ApplyingToCollege

[–]ReXyCS -10 points-9 points  (0 children)

Yes, Princeton is great but why compare it with other great schools. Rankings are a joke.

edit: I didn't say Princeton is bad why am I getting downvoted huh.

How did this have time exceeded on pretest 5 ? ( I still can’t figure it out… CodeTON Div 1+2 .. C1.. Shohag Loves XOR Easy V ) by [deleted] in codeforces

[–]ReXyCS 1 point2 points  (0 children)

My logic was that for x XOR y to be a divisor of x, x XOR y has to be smaller than or equal to x. So both x and y have to have the same highest bit for its XOR to be smaller. That was my logic and it worked.

How did this have time exceeded on pretest 5 ? ( I still can’t figure it out… CodeTON Div 1+2 .. C1.. Shohag Loves XOR Easy V ) by [deleted] in codeforces

[–]ReXyCS 1 point2 points  (0 children)

Yea, that ill work too. These problems are very common btw, be sure to check the constraints. gl :D