/Depth-First-Search-

Repository describing the operation of the Depth first search (DFS) algorithm. (Turkish)

Primary LanguageJavaScript

Depth-First-Search-

Repository describing the operation of the Depth first search (DFS) algorithm. (Turkish) It offers a simulation that you can control the stack structure and output.

Derin Öncelikli Arama algoritmasını anlatmayı hedeflemiştir. Stack yapısı ve çıktısını kontrol edebileceğiniz bir simülasyon sunar.

İNDİRME

Repoyu .zip dosyasından çıkarttıktan sonra dosya dizininin içerisinde aşağıdaki komutu çalıştırdıktan sonra çalıştırabilirsiniz.

npm install

DFS

Depth-first search (DFS) is an algorithm for traversing or searching tree or graph data structures. The algorithm starts at the root node (selecting some arbitrary node as the root node in the case of a graph) and explores as far as possible along each branch before backtracking.

Installation

Use the web page must first install the packages.

npm install