Given random coordinates, plot a closed shape. Algorithm problem you need to know the solution.

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 4

  • @JJ2Qw
    @JJ2Qw 11 днів тому +1

    Nice problem. Thanks for sharing.

  • @willdone-x
    @willdone-x 11 днів тому

    İn your next study, you can use more points and work on an algorithm that connects the outermost points and surrounds all the inner points.

  • @ashutoshsamantaray6596
    @ashutoshsamantaray6596 10 днів тому

    fyi for swapping in python a, b = b, a and I think np.random gives you a random set of points itself. cheers

  • @KeremTheCoder
    @KeremTheCoder  11 днів тому +2

    Github: github.com/thegituseri/Make_Shape