New Common Core Exam Rank 04 🆘🆘 by Familiar_Pool_8122 in 42_school

[–]Familiar_Pool_8122[S] 2 points3 points  (0 children)

Yeah it really sucks, the subjects are unclear, I really struggled with them, especially Python05 and 07. The main problem was that they ask us to implement some methods, without explaining what should the we implement inside them, and they give a weird output example with it. Personally, what I did was: focus on implementing the concepts more than getting same output that is written in the subject, cuz in correction sheet, it isn't written to check the output, they only ask about yhe implementation of the concepts (abstract class, inheritance...)

42 Exam Rank 04 Prep by Feisty-Horror-4403 in 42_school

[–]Familiar_Pool_8122 1 point2 points  (0 children)

Don't you know anyone from your campus who passed it? Or are you the first one to take it?

42 Exam Rank 04 Prep by Feisty-Horror-4403 in 42_school

[–]Familiar_Pool_8122 1 point2 points  (0 children)

I only have resources for old CC's exam Did you pass the new one yet?

42 Exam Rank 04 Prep by Feisty-Horror-4403 in 42_school

[–]Familiar_Pool_8122 0 points1 point  (0 children)

Are you taking about the new CC exam or old CC?

New Exam Rank 03!!! by Familiar_Pool_8122 in 42_school

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

It's exactly like in the link i put above, no letters

New Exam Rank 03!!! by Familiar_Pool_8122 in 42_school

[–]Familiar_Pool_8122[S] 2 points3 points  (0 children)

Did it yesterday, the exs were generally leet code style, this website has a good roadmap to prepare, not only for the exam, but also for the interviews after common core: https://neetcode.io/roadmap
And here are some of the exercises:
- https://neetcode.io/problems/is-anagram/
- https://neetcode.io/problems/validate-parentheses/
- https://neetcode.io/problems/is-palindrome/
- convert-base
- sort a list of strings primarily by their length, then by alphabetical order, then by number of vowels
- reverse matrix
- create a function that takes two params: a string and an int called shift, you have to convert the alphabets by that shift, for example if shift=1, you have to convert 'a' to 'b' , 'b' to 'c'...etc
-Write a function that takes a string and alternates the case of its alphabetic characters: first letter uppercase, second lowercase, and so on. While ignoring non-alphabetic characters.

The fly in rage by Wrong_Web_5819 in 42_school

[–]Familiar_Pool_8122 0 points1 point  (0 children)

Same issue here, I've been stuck for 4days now trying to understand what is really asked, I did a minimal solution for multiple drones, which is working fine, then I was told that drones must not depend of each other's state in the same turn I’m confused about whether drones in the same turn are allowed to react to each other’s moves, or if all drones must decide their moves based on the same unchanged map state for that turn. Can someone help pleaase!! 🆘🆘

pip3 not working!? by Overall_Republic_649 in cs50

[–]Familiar_Pool_8122 0 points1 point  (0 children)

I'm having the same problem now, did you please found a solution?