Typer

RoofTop

public class RoofTop { // Returns the maximum number of consecutive increasing steps in the given array public static int […]

CD

/* @startuml class CD { – title: String – artist: String – cost: double – tracks: int + CD(title: String, […]

Big GCD

/* @startuml class GcdLcm { +main(String[] args) -getBigIntegerInput(Scanner scan, String prompt) : BigInteger -computeGCD(BigInteger a, BigInteger b) : BigInteger -computeLCM(BigInteger […]

Scroll to Top