Coder Social home page Coder Social logo

ucs's Introduction

Uniform Cost Search - UCS

Implementation of algorithm Uniform Cost Search (UCS) using Python language.

Explanation about the UCS algorithm: https://www.youtube.com/watch?v=AaKEW_mVBtg

The UCS algorithm is an optimal algorithm that uses a priority queue.

UCS is a tree search algorithm used for traversing or searching a weighted tree, tree structure, or graph. (Wikipedia).

You can set variables in the call of function "run" in the "main.py" file (example: variables "verbose" and "time_sleep").

Graph used as test:

alt tag

ucs's People

Contributors

marcoscastro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ucs's Issues

Miscalculation in your code

I tried to run your code with the sample input that you had in it. the cost is calculated 10 but the best path in your sample input is
S --> e --> r --> f --> G with the cost of 14. and i have tried this with original dijkstra algorithm. so your code has miscalculation

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.