Path Finding - Java

Поделиться
HTML-код
  • Опубликовано: 27 мар 2018
  • Github Repo: github.com/greerviau/Path-Fin...
  • НаукаНаука

Комментарии • 18

  • @kobach3000
    @kobach3000 4 года назад

    Класс! Очень круто! This is cool, man!

  • @yashin2068
    @yashin2068 5 лет назад +5

    Thank u really :) best wishes...

  • @snailcat8767
    @snailcat8767 3 года назад

    Thank you so much.

  • @aandersaa
    @aandersaa 4 года назад +1

    There is a bug when using Dijkstra if start and finish is on the same vertical center line.

  • @abderrahmaneisntthatenough6905
    @abderrahmaneisntthatenough6905 3 года назад

    Wow i m inspired

  • @blanco0379
    @blanco0379 4 года назад +4

    Dens: *51%*
    My eyes: bleed

  • @IQuick143cz
    @IQuick143cz 6 лет назад +8

    Looks pretty nice.
    Maybe add an colour for showing which cell is currently being searched?

    • @manngo676
      @manngo676 6 лет назад

      IQuick 143 good idea.

  • @alexma2984
    @alexma2984 3 года назад +1

    why is you Dijkstra’s Algorithm run faster than A *?

    • @GreerViau
      @GreerViau  3 года назад +1

      It doesn't, A* is faster, but there's a slider to adjust the amount of delay between checking cells

  • @vinaypandey9172
    @vinaypandey9172 4 года назад +1

    Please make tutorial

    • @cyberwaldemar
      @cyberwaldemar 4 года назад

      U simply make a graph and use one of pathfinding algorithms

  • @agility6961
    @agility6961 4 года назад

    I'm not sure if anyone has pointed this out to you but your sort and path finding projects seem near identical to a youtuber called
    Clément Mihailescu in his video "The Projects That Got Me Into Google (tips for software engineering projects)". Not sure if he intentionally copied these from you but, it seems odd that he would use those exact two projects so similarly.

    • @wesmoto2550
      @wesmoto2550 4 года назад +6

      they are very popular algorithms that you learn in computer science. Its a really common project idea

    • @HarshPatel-iy5qe
      @HarshPatel-iy5qe 4 года назад +2

      Bruh I know I also watched his video,
      But this is very comman idea just search on google you will het tones of tutorial also ...how to make... It's not copied ..👍

    • @HarshPatel-iy5qe
      @HarshPatel-iy5qe 4 года назад +3

      By the way bro this guy posted a video 2 years ago and Clement Post few months ago ...... So logically no body copied no body

    • @w1d3r75
      @w1d3r75 4 года назад

      Everyone can make one. The logic behind the code is completely different, specially in java swing ;)

  • @captainvenom7252
    @captainvenom7252 Год назад

    I'm trying to understand dijkstra's algorithm but guess have to give a step up to A* algorithm