0
i want to ask a question about difference
what is the difference between an effective problem solving and a non effective one?
1 Answer
0
There are usually two factors being considered when talking about effectivity of code: time consumption and memory consumption. The difference is that effective code consumes less time or less memory (or both) to solve a specific problem than a uneffective code.