[SOLVED] C0P3530 Stepik Solution - Stacks&Queues

15.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (4 votes)

Write a method bool inLanguage(char* theString) that uses one stack to determine whether theString has the same number of A’s as B’s. If the string contains anything other than A or B (capital A or capital B), return false.

 

You are given a queue of integers. Check if the queue is valid. A valid queue is one in which the numbers are inserted in ascending order. The queue (5, 44, 333) is a valid queue while the queue (5,44,33) is not.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.