AKGreat content! Thank you for the hard work! One correction: In slice copy: s2 := make ([] string , 0 ) should be s2 := make ([] string , len (s1)) It won't copy if the size of destination is zeroComment·Article·Jun 9, 2022·Learn Go: The complete course
AKGreat article, Thanks for sharing Anish Kumar. One correction in “In order traversal” section it should be left -> root -> rightComment·Article·Sep 20, 2021·Tree data structure in JavaScript