Hello,
If I want to check my algorithm if it works good in every cases
so can i check very outer cases and then I can conclude that my algorithm works well in all cases?
SNA 0 Newbie Poster
Recommended Answers
Jump to PostThis is a QA kind of question.
You should feed your alogorithm data which has:
1. values outside given bounds, like what the sqrt() runtime function does:
It is able able to return NaN or +INFINITY and sets errno=EDOM (unix only).2. validate output for known value …
Jump to PostOriginally quoted by SNA
(2+4*(7/9-(6+7)+(789-9900)+6788-9/(45-998))) and then if my algorithm solves this inputs then I can conclude that my algorithm solves all the inputs i will give him?
Hi,
Just becoz u give ur algorithm this case doesn't mean it works 4 all cases. U might give him many …
All 6 Replies
perniciosus 19 Junior Poster in Training
jim mcnamara 19 Junior Poster
SNA 0 Newbie Poster

iamthwee
SNA 0 Newbie Poster
perniciosus 19 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.