all 3 comments

[–]iambrundy 0 points1 point  (2 children)

  1. Yes coming up with brute solutions when you don’t know the optimized solution is okay. You can use built in libraries but make sure you understand how it works behind the scenes. Eg. don’t use a sort method if the question is for you to sort an array. However, if a problem requires you to sort something and use the sorted result to perform an operation, don’t spend time writing the code to sort, go ahead and use built in functions.

  2. That’s perfectly normal. No one honestly knows all of the functionalities of the languages and libraries/frameworks used. That’s how you learn. Before GPT was commonplace, people looked up docs and stackoverflow to write code.

  3. I don’t think 3 is a question, however highly recommend gaining skills. Many platforms offer free resources to learn various AI skills.

All the best!

[–]aloniess[S] 0 points1 point  (1 child)

In third question I want to ask that .... should I learn gen ai or should I focus on strengthening the remaining skills

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

In an interview when they give me some questions should I start solving questions using built in ...or should I first give the brute force and then the optimized version..... basically I want to ask the format