Questions without answers in Algorithm Challenges

0 votes
0 answers
1
Make Equal SubarrayProblem StatementYou are given two arrays (A and B) each of size N.You want to change A to B. Changing the i-th element of A to i-th element of B costs...
1 votes
0 answers
2
Write an object oriented code for representing boolean expressions and then a function for checking the equivalence of two boolean expressions.
0 votes
0 answers
3
Given an arithmetic expression involving *, + only write an object oriented code for its representation and evaluation
To see more, click for the full list of questions or popular tags.