All Questions
2 questions
4
votes
7
answers
305
views
Breaking a string expression in operator and operands
Requesting for a code review for a scala implementation.
Problem
Given an expression string made of numbers and operators +,-,/,* , break it in a list of Integer or ...
5
votes
1
answer
595
views
Quadratic Equation Solver v2.0 in Javascript using Functional Programming
I have posted this in continuation to my earlier post Quadratic equation solver in JavaScript.
Tried to improve on the shortcomings last time and also changed the logic. It is still not covering all ...