Sliding Window pattern in algorithm, ζ»ε¨ηͺε£ε₯θ·―
Sliding Window pattern in algorithm, ζ»ε¨ηͺε£ε₯θ·―
Sliding Window pattern in algorithm, ζ»ε¨ηͺε£ε₯θ·―
Sliding Window pattern in algorithm, ζ»ε¨ηͺε£ε₯θ·―
Sliding Window pattern in algorithm, ζ»ε¨ηͺε£ε₯θ·―
Toplogcal Sort pattern in algorithm, ζζζεΊε₯θ·―
Binary Search Split Array Largest Sum 410 δΊεζ±ζ倧ζε° Given an array nums which consists of non-negative integers and an integer m, you can split the array into m non-empty continuous subarrays.
Lambda quick note
Q1. reflection vs encapsulation Reflection breaks encapsulation principles by giving access to private fields and methods, encapsulation is only a technique, one that makes designing behaviour easier, provided consumers agree use an API you have defined.
if-else ζε return if (condition) { // doSth } else { return; } βββ