Skip to content

roisa/Graphari-Smart---AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Graphari Smart - AI

A graph drawing apps with artificial intelligent run BFS and DFS algorithm

Screenshot

Graphari-Smart Screenshot

Introduction

The aim of this project is to draw a graph that can be easily run Breadth-first search (BFS) and Depth-first search (DFS) algorithm.

Browser Support

Latest version Firefox, Google Chrome, Safari, Opera, and IE

Instruction

Click to draw a node (on gray area). Left-click on a node that you have created (until the color become red) then left-click to another area that you want to make connection line between node (or click on first node and another node to make connect them). Right-click to erase a node

BFS

Breadth-first search. Prinsip algoritma breadth-first search adalah melakukan node expansion terhadap node di fringe yang paling dekat ke root. Implementasi: Fringe adalah sebuah queue, data struktur FIFO (First in First Out).

DFS

Depth-first search. Prinsip algoritma depth-first search adalah melakukan node expansion terhadap node di fringe yang paling jauh dari root. Implementasi: Fringe adalah sebuah stack, data struktur LIFO (Last In First Out).

About

Graphari Smart - AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •