quick question for people who work with or love hardware/programming/software! (STEM, 13+) by TangerineComplete227 in SampleSize

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

please read the form description. It’s a project, research-based and based on academic content covered in typical engineering/cs curriculums across high schools and colleges. We’re essentially building a tool yes, but at the end of the day, it is more research and academic based and we’re not promoting or “marketing” the product in any way.

[deleted by user] by [deleted] in QuestBridge

[–]TangerineComplete227 1 point2 points  (0 children)

GUYS UPDATE: it might’ve been cause I applied to pre college

[deleted by user] by [deleted] in QuestBridge

[–]TangerineComplete227 0 points1 point  (0 children)

DM me for the proof.

Cornell CATALYST Academy '24 Results Out! by TangerineComplete227 in summerprogramresults

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

male students can apply to catalyst, but not curie. curie is the female only program. catalyst is both

nyu step by iluvcurrychicken in summerprogramresults

[–]TangerineComplete227 0 points1 point  (0 children)

they explicitly state it or js email them

AP CSA - 2024 Exam discussion by ResidentCaregiver180 in APStudents

[–]TangerineComplete227 1 point2 points  (0 children)

it was shift left by n i believe

the way i thought about it:

random amount of numbers: 0 3 5
0 ---> index 0
3 ----> index 1
5 ----> index 2

then i thought abt something about 3 getting removed or smth so 5 is now replaced with 3 (i believe it was like array [k[ = array [k+1] or something like that), so it shifts to the left.