Skip to content

nguyenducthinhdl/GSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSolver

Graph problem solver in JavaScript

  • For solving the searching problem.

Feature:

Using:

  • Main idea:
    • A problem is described by 3 components: http://artint.info/html/ArtInt_201.html
      • States: the state of problem. The begining state is the init state.
      • Action: the action which can impact on a state, the consequence is an other state
      • Goal: the target states to find.
      • Searching problem: Find a path from init state to a goal on a graph.
      • Rule: We add this concept as a rule for serveral problems types.

About

Graph problem solver in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published