public class RoofTop { // Returns the maximum number of consecutive increasing steps in the given array public static int […]
Quick stop wireguard
# 1. Check the ipv6 address ip -6 addr ip -6 route ping6 ipv6.google.com curl https://ifconfig.co –ipv6 # 2. How […]
CD
/* @startuml class CD { – title: String – artist: String – cost: double – tracks: int + CD(title: String, […]
Recursive Multiply
import java.util.Scanner; public class RecursiveMultiply { public static void main(String[] args) { try (Scanner scanner = new Scanner(System.in)) { int […]
Sphere
PascalOptimized
Array Ops
Dice Set Test
PascalRecursive
Big GCD
/* @startuml class GcdLcm { +main(String[] args) -getBigIntegerInput(Scanner scan, String prompt) : BigInteger -computeGCD(BigInteger a, BigInteger b) : BigInteger -computeLCM(BigInteger […]