Solution :
check_palindrome
lower_
_string
string
_lower()
Let stack = new Stack()
Let queue = new Queue();
for each character c in lower_case_string:
stack.push(c);
queue.enqueue(c);
let isPalindrome = true;
while queue is not empty {
if (queue.remove().equals(stack.pop())) {
continue;
} else {
isPalindrome=false;
break while loop;
}
}
return isPalindrome
Input = aabb
output = true
input =abcd
output = false
Answer:
Designations at the end of file names such as .docx and .html are called. File extensions.
Explanation:
Where all "the following" i can help you but you said which of the folllowing and ther no picture or anything?
Answer:
View
Explanation:
With "View", you have the option to add comment(s) which may be important even after the presentation is completed.
Cheera