Is there a way to solve a programming problem (for simple algorithms or exercises)?

Asked 2 years ago, Updated 2 years ago, 75 views

Hello, I am studying coding on my own. I also use the tryhelloworld.co.kr site. But if I try to solve the practice question to test what I learned, I don't know how to approach it and how to make the code. I think it's because I'm not good enough, what should I do? If you give me advice, I will try in any way.

algorithm

2022-09-22 21:54

2 Answers

There seems to be no royal road to study. I think the answer is to solve a lot and read a lot.

Personally, I think there are two difficult parts of programming.

The first is to find a solution to the problem, and the second is to express the solution in code.

The former is a part where your skills don't improve relatively easily, but the latter is naturally improved as you write a lot of code and read how other people solved the same problem.

When I'm bored, I solve problems one by one on the site at a place called http://exercism.io/. It does not require complex algorithms like information olympiad problems, but it gives test code, so it is easy to solve problems. You can check what other people have solved after submission.

To improve your problem-solving skills, you need to solve algorithmic problems in places like https://algospot.com/, which is actually mathematical. You have to think more about this part and practice it more intentionally.

Grow into a good programmer :)


2022-09-22 21:54

Thank you so much for your help! I'll have to work hard


2022-09-22 21:54

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.