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?
Recommended Answers
Jump to PostSaying perhaps it is and the can, but me does not understand
(courtesy of our favorite translator babelfish)...
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 …
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.