I have a concern about coding itself.

Asked 2 years ago, Updated 2 years ago, 123 views

Hi, everyone. Currently, I am a jobless student who is studying with Python, which was said to be easier. I've been solving BOJ since yesterday to improve my coding skills.

The problem is that when a coding problem that requires a little thought, such as the Fibonacci sequence, comes out, the head becomes stiff. The essential meaning of the Fibonacci sequence is understandable.

I'm having a hard time writing the code because I think it's too difficult to code it. It's frustrating that I can't make any progress even if I try not to look at the answer as much as possible and try to make it with my own ability.

Do developers have this experience? Is it possible to solve this problem only through coding?

I want to think about it myself and code it with the best algorithm. Is it just my lack of ability? Even if it's difficult, will it be possible someday if I keep thinking about implementing the code?

I'm ashamed of myself for not being able to code Fibonacci's beard with Python. I'm worried that I won't be able to come up with C++ even though I'm having trouble with Python.

Thank you for reading. (__)

python3 coding

2022-09-22 20:00

1 Answers

Why don't you find another way to improve your coding skills, rather than solving algorithmic problems recklessly? To be honest, the algorithm problem is hard for me, too. So I'm focusing on what I can actually use instead of solving algorithmic problems. In this way, I think there are many ways to improve coding skills as well as solve algorithm problems recklessly.


2022-09-22 20:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.