DEV Community

Fiqih Husain
Fiqih Husain

Posted on

Need Help with The Final Project.

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.

Latest comments (4)

Collapse
 
manukam profile image
Manuka Maduranga

Fastest path - Do research on Djikstra Algorithm, A* Algorithm

Collapse
 
mfhusen profile image
Fiqih Husain

Can you provide another algorithm? like the latest algorithm for the fastest path. Thanks

Collapse
 
sergix profile image
Peyton McGinnis

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?

Collapse
 
mfhusen profile image
Fiqih Husain • Edited

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