Coder Social home page Coder Social logo

jdaniloc / projeto-if684-2022 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 251 KB

Projeto com objetivo de desenvolver o algoritmo A* para encontrar o caminho menos custoso para estações de metrô.

License: MIT License

Python 84.20% Shell 0.79% JavaScript 7.33% CSS 3.57% HTML 4.11%

projeto-if684-2022's Introduction

J. Danilo Carmo

JDaniloC's github stats

JDaniloC's github streak

JDaniloC's top languages

See some private repositories here:

projeto-if684-2022's People

Contributors

brunaalvesws avatar dependabot[bot] avatar filipegomesmelo avatar imgbotapp avatar jdaniloc avatar

Stargazers

 avatar

Watchers

 avatar

projeto-if684-2022's Issues

User interaction of SVG file

Create a flask server who can choose the data that needs to be readed, shows the SVG result file, and can interact with the stations:
The server created

  • Create a flask server with routes
    • Create routes to load the data
    • Create routes to get the A* result
  • Create a HTML template that serves the SVG file
    • Add interactions in the SVG file
    • Integrate with the flask server
    • Improve to comport the loads menu

Load data and svg generation

It's needed to create CSV files to read, generating a SVG file that represents the Paris Station Map

  • Create CSV files of data
    • The position of each stations
    • The cost of each station to the others
    • The edges of each station
  • Load the CSV files
    • The position of each stations
    • The cost of each station to the others
    • The edges of each station
  • Plot the Nodes and edges in the SVG file
    • The position of each stations
    • The cost of each station to the others
    • The edges of each station

Create the A* Algorithm

Read the following website and create the A* algorithm with the schema of data showed there.
And if possible, create alternative algorithms to show another examples.

  • Create the A* algorithm following the model displayed in that site
    • Integrate the A* in the flask route
  • [Optional] Create another algorithms to compare
    • Create the Depth-First Search (DFS)
    • Create the Breadth-First Search (BFS)
    • Create the Best-First Search
    • Create the Greedy search Approach

Improve documentation

Add images showing the system, and explain what's the motivation of the project, and all the features.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.