I'm planning on doing an application that create the shortest possible path to some interest points.
Each point is an activity separated from the other by a distance (e.g. p1 --50m--> p2). Later there will be a wait time for each point so it'll look like p1(5) --50m--> p2(15)
The user chooses his points and then the app create the shortest possible path to do every point the less walk to do for the user.
To accomplish that I though using a weighted graph (maybe a search-tree or something else should be better, I'm open to suggestions).
My question is that what's the better (faster) between doing the calculation for the path search : directly in the app (Flutter - dart) or on the server and then the app shall go get the result there ?
Thanks for your help guys :D
Where to do "huge" graph calculations - Flutter, php
32 views Asked by Akainn Z At
0
There are 0 answers
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in FLUTTER
- Flutter + Dart: Editing name of a tab shows up a black screen
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- Way to get CustomPainter to track face in Camera Flutter MLKit
- flutter Null check error: did not show file and line number
- Creating multiple instances of a class with different initializing values in Flutter
- I want to paste stickers into to my TextField and to show the stickers beside the emojis
- Flutter plugin development android src not opening after opening example
- Module not found when building flutter app for IOS
- How to make barrier area interactive in flutter modal bottom sheet
- Can an RPC result be included in a Supabase select function in Flutter for Data Modeling?
- Why do I need to wait to reaccess to Firestore database even though it has already done before?
- Flutter web app on Windows -how to support mouse drag for horizontal and vertical scrolling as well as using mouse wheel
- I wrote this time displaying FLUTTER app, How can I improve it?
- Appwrite and / or Spring Boot Backend
- Flutter two_dimensional_scrollables Web app Chrome - cannot get horizontal scroll to work?
Related Questions in GRAPH
- Querying Office for National Statistics data using SPARQL
- Which mathematical algorithm is used for interpolation between datapoints in Smooth Line Chart of Echart?
- how can I use coordinates of path walked by multiple subjects
- Creating a Graph/Chart needing TWO secondary axis options for a combination of Clustered and Stacked Graph Columns
- How to stretch specific y axis intervals so the space between some values is larger than between others?
- out of order time points on multi line chart
- What does negative flow on a reverse arc of a graph in Boykov-Kolmogorov max flow algorithm mean?
- how to generate {8,3} regular graphs for large number of vertices
- Why can't I apply ModularityState from graph-tool on a graph in XML format?
- Update Node from OneTBB Library
- Find the smallest set of vertices in a graph such that you can still reach any point in the set when any single vertex is removed
- Graph Neural Network Custom Data
- FIFO-property in graphs
- How to display total count of bars for each group in Google Charts on the right side of the graph or in legend position
- Whats wrong on Graph API permission for selected site
Related Questions in WEIGHTED-GRAPH
- Weighted Graphs
- Networkx weights meaning for centrality & communities
- The 2nd eigenvalue of a Laplacian matrix in a weighted graph
- Laplacian centrality in bipartite weighted graphs
- Find centrality measures (eigenvector, betweenness, closeness) for a directed and weighted graphs (python)
- Adding weights to barplot function in ggplot2
- Random Graph Generation but with weights
- Where to do "huge" graph calculations - Flutter, php
- Minimum cost path on a undirected weighted graph using an adjacency list
- Vega Lite - Scaling to Large Datasets
- Dijkstra's weighted shortest path in Python
- Multiple source and multiple target shortest path problem
- Generate weighted edges from duplicate list of set in networkx python
- igraph - shortest path from edges with defined weights
- How to make a weighted graph of the London Underground
Related Questions in TREE-SEARCH
- AttributeError: 'SearchNode' object has no attribute 'depth'
- Performance comparison of binary search tree functions
- Where to do "huge" graph calculations - Flutter, php
- Tower defense money generation optimization
- TreeNode Search Javascript
- Is this a known forest search algorithm? If it is, what is its name?
- Is it possible to do a depth first search iteratively without copying visited nodes?
- Is there a name for the do -> recurse -> undo pattern in backtracking?
- Pausing a recursive depth-first search
- What is the best way to model this grid?
- What would Negamax' initial function call look like were it to minimize root node rather than maximize?
- How can I search the tree structure in LINQ or some other way
- Java Heap Space Issue with my MCTS Gomoku player
- DFS "Can Return Any Path"
- Does this addition preserve the space and time complexity for DFS?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)