Posts by Pedro Ruph • 1 point
1 post
-
-1
votes1
answer317
viewsQ: How to find the largest and smallest element of an Array/Slice in Go?
Hi, guys! I would like some help. How could I find the smallest and largest element of an Array/Slice in Go? Is there a standard library function that already does this? If not, could you show me…