Cracking-the-Coding-Interview-TypeScript icon indicating copy to clipboard operation
Cracking-the-Coding-Interview-TypeScript copied to clipboard

Ch-4_Ex-4.2 - Test does nothing to ensure the produced tree is of minimal height

Open Braden1996 opened this issue 5 years ago • 0 comments

Calculate length of longest branch and check that it is less than Math.floor(totalNumberOfNodes).

Braden1996 avatar Feb 16 '19 18:02 Braden1996