naghshineh / training

Codebase for data structures and algorithms training material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training for DataStructures

Codebase for data structures and algorithms training material

treeNode.py

Implementes binary tree with DFS (Preorder, inorder, postorder) and BFS (Breadth First Search) output modes.

About

Codebase for data structures and algorithms training material


Languages

Language:Python 100.0%