Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

THE PROGRAM MUST BE IN JAVA 1.You should solve the problem with stacks 2.You are not supposed to use java libraries. You need to implement

THE PROGRAM MUST BE IN JAVA

1.You should solve the problem with stacks

2.You are not supposed to use java libraries. You need to implement your own data

structures to solve the problems.

image text in transcribedimage text in transcribed

There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time. It was possible to establish only a surface track. Moreover, it turned out that the station could be only a dead-end one (see picture) and due to lack of available space it could have only one track 5,4,3,2,1 1,2,3,4, i5 Station The local tradition is that every train arriving from the direction A continues in the direction B with coaches reorganized in some way. Assume that the train arriving from the direction A has N s 1000 coaches numbered in increasing order 1, 2, ..., N. The chief for trairn reorganizations must know whether it is possible to arrange coaches continuing in the direction B so that their order will be al, a2, .., an. Help him and write a program that decides whether it is possible to get the required order of coaches. You can assume that single coaches can be disconnected from the train before they enter the station and that thev can move themselves until they are on the track in the direction B. You can also suppose that at any time there can be located as many coaches as necessary in the station. But once a coach has entered the station it cannot return to the track in the direction A and also once it has left the station in the direction B it cannot return back to the station Note: The coaches can either enter the station and then go out in-turn or directly move from A to B without entering the station. Input The input file consists of blocks of lines. Each block except the last describes one train and possibly more requirements for its reorganization. In the first line of the block there is the integer N described above. In each of the next lines of the block there is a permutation of 1,2, N. The last line of the block contains just '0 The last block consists of just one line containing 0 There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time. It was possible to establish only a surface track. Moreover, it turned out that the station could be only a dead-end one (see picture) and due to lack of available space it could have only one track 5,4,3,2,1 1,2,3,4, i5 Station The local tradition is that every train arriving from the direction A continues in the direction B with coaches reorganized in some way. Assume that the train arriving from the direction A has N s 1000 coaches numbered in increasing order 1, 2, ..., N. The chief for trairn reorganizations must know whether it is possible to arrange coaches continuing in the direction B so that their order will be al, a2, .., an. Help him and write a program that decides whether it is possible to get the required order of coaches. You can assume that single coaches can be disconnected from the train before they enter the station and that thev can move themselves until they are on the track in the direction B. You can also suppose that at any time there can be located as many coaches as necessary in the station. But once a coach has entered the station it cannot return to the track in the direction A and also once it has left the station in the direction B it cannot return back to the station Note: The coaches can either enter the station and then go out in-turn or directly move from A to B without entering the station. Input The input file consists of blocks of lines. Each block except the last describes one train and possibly more requirements for its reorganization. In the first line of the block there is the integer N described above. In each of the next lines of the block there is a permutation of 1,2, N. The last line of the block contains just '0 The last block consists of just one line containing 0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Manga Guide To Databases

Authors: Mana Takahashi, Shoko Azuma, Co Ltd Trend

1st Edition

1593271905, 978-1593271909

More Books

Students also viewed these Databases questions