I have a question when I make the program logic.

Asked 2 years ago, Updated 2 years ago, 43 views

When creating a simple program, not a program in the textbook, we are studying and developing by using algorithms to create a mechanism that works inside and coding it.

I'm asking you this question because I suddenly have a question. For example, if you implement sorting, you can use an existing sorting algorithm, such as bubble sorting, but if there is no formalized algorithm, does the developer usually diagram and proceed with the algorithm or behavior?

algorithm

2022-09-21 15:23

1 Answers

If it's a really, really complicated arrangement, I'd rather put it all in the DB, and I'd squeeze it into the SQL to sort it all out. But I use it because it supports sorting in various languages.


2022-09-21 15:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.