|
|
|
|
|
by Jtsummers
1595 days ago
|
|
> Yes, but I doubt you had write code to factor a quadratic equation because it's a solved problem and you have libs that will do it for you. It is not totally unreasonable to expect students in an intro to CS course to have some basic competency in algebra (university dependent). Giving them a problem in a domain they're already familiar with (or that where familiarity can be expected) lets them, in theory, focus on the algorithm/data structure side without having to also be taught the domain. Most of the exercises in a first CS course are solved with libraries (standard in some languages, or 3rd party in others). That doesn't mean it's not useful for developing the knowledge the course is aiming for. Do you also think we shouldn't teach arithmetic and should only teach using calculators? (You may, actually, I know people who think that way.) |
|