An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: tree-traversal-algorithms

ewdlop/MediFuse

https://github.com/FreedomIntelligence/Medical_NLP

Language: C# - Size: 57.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

ewdlop/Graph-Database.md

Language: Cypher - Size: 339 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

TebogoYungMercykay/Binary-Search-Tree--Simple-Travesals--and-Recursion

In this implementation of BSTs, One will be a standard BST where the left child has a smaller value than the right child. The other will be a mirrored BST where the right child has a smaller value than the left child.

Language: Java - Size: 155 KB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

eavelasquez/binary-trees-program

This program represents the form of binary trees in linked lists, it allows in-order, pre-order and post-order traversals, as well as inserting new nodes, searching for keys, deleting nodes, among other functions.

Language: Java - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

emmalu00/expression-trees

Program that evaluates postfix expression and converts it to prefix or infix notation.

Language: C - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

BaseMax/CompleteTreeLinkedListGo

This is a Go program for creating a complete tree using linked list. You can easily insert nodes to the tree and print it. This library provide two inserting functions. One of them is for inserting nodes to the tree by filling the tree from left to right in per row. and the next one is to insert to left side of the tree.

Language: Go - Size: 727 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

BaseMax/CompleteTreeCheckerGo

This is a simple Go program that checks if a given tree is complete or not. A tree is complete if all levels are completely filled except possibly the last level and the last level has all keys as left as possible.

Language: Go - Size: 18.6 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

BaseMax/TreeTraversalsGo

This is a simple Go program that traverses a tree in different ways. (Pre-order, In-order, Post-order, and Level-order)

Language: Go - Size: 27.3 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

zobnina/custom_tree

Here are two samples of the tree structure and an ability to set traversing type in-depth or in-width

Language: Java - Size: 8.79 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Pranay2050/Binary_Search_Tree

Implementation of all BST traversals and tree cloning

Language: C - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

rishabhverma17/BinaryTrees

Binary Tree Traversals and Views.

Language: Java - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0