Skip to content
#

bidirectional-dijkstra

Here are 21 public repositories matching this topic...

. implement Bidirectional Dijkstra and use it to compute distances in social networks very quickly; 2. implement A* search algorithm and apply it to compute distances in road networks faster than the classic algorithms do; 3. implement Contraction Hierarchies algorithm and apply it to preprocess large road networks and then compute distances in …

  • Updated Apr 27, 2021
  • C++

This project is serving an e-shopping application that can be used by customers. I have Taken a particular category of product that is present in the database. Customers can efficiently select with help of our recommendation system, securely purchase an item using an encryption algorithm, and can get the picked product using an optimized shortes…

  • Updated Mar 30, 2021
  • C++

Improve this page

Add a description, image, and links to the bidirectional-dijkstra topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bidirectional-dijkstra topic, visit your repo's landing page and select "manage topics."

Learn more