The minimum cut and minimum length linear arrangement problems usually occur in solving wiring problems and have a lot in common with job sequencing questions. Both problems are NP-complete for general graphs and in P for trees. We present here two algorithms in NC. The first solves the minimum length linear arrangement problem for unrooted trees in O(log2n) time and O(n23logn) CREW PRAM processors. The second algorithm solves the minimum cut arrangement for unrooted trees of maximum degree d in O(dlog2n) time and O(n2/logn) CREW PRAM processors