We are trying to implement algorithm to find the optimal schedule for task scheduling.
A part of the discussion requires understanding of A* algorithm, and it wasn't explained in the lecture, so I had to search it to understand it.
https://www.youtube.com/watch?v=ySN5Wnu88nE
This video definitely gives a really good overview of how A* algorithm works. It made sense to me in the end.
Then I was led to this explanation from Geeks for Geeks: https://www.geeksforgeeks.org/a-search-algorithm/
A* Search Algorithm - GeeksforGeeks
A* Search algorithm is one of the best and popular technique used in path-finding and graph traversals.
www.geeksforgeeks.org
Which made sense after watching that first video.
Then I looked into this video:
https://www.youtube.com/watch?v=-L-WgKMFuhE
And this one is quite a banger, the pseudocode in the end really does make sense.
This is the kind of stuff that I have to read, so understanding A* algorithm itself was pretty important.
'2021 > July 2021' 카테고리의 다른 글
Introduction to Java Servlets (0) | 2021.07.31 |
---|---|
How SOAP works in Java! (feat JAX-WS (0) | 2021.07.31 |
How to prevent GoogleDrive from taking so much of your local storage (0) | 2021.07.26 |
How to install Maven (0) | 2021.07.22 |
성경 7초검색 제작 후기 <bible-next-js.herokuapp.com> (0) | 2021.07.16 |