Hello Amazing Dev.
I want to get help from all of you related to the formulation of ideas or topics about my final project. In this final project, I want to implement a programming language or framework, especially on websites.
I plan to do research on finding the fastest path in a certain area using certain algorithms or methods. But I am still lacking in the existing problems and focus of research. I hope to get feedback and ideas from all of you guys.
Thanks.
Top comments (4)
For path finding, focus on graph theory and tree-based structures. There are plenty of resources on their associated algorithms.
I'm not sure how you would implement a framework around this idea though; perhaps you mean a library?
Yeah, that's what I meant. For now, I still have a problem in determining the research problem in that field. Thank for the feedback
Fastest path - Do research on Djikstra Algorithm, A* Algorithm
Can you provide another algorithm? like the latest algorithm for the fastest path. Thanks