Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

tree-traversal-algorithms

Here are 9 public repositories matching this topic...

Language:All
Filter by language

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.

  • UpdatedOct 12, 2024
  • Java

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.

  • UpdatedDec 24, 2022
  • Go

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.

  • UpdatedDec 24, 2022
  • Go

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

  • UpdatedDec 19, 2022
  • Go

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

  • UpdatedNov 27, 2020
  • Java

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.

  • UpdatedApr 18, 2023
  • Java

A comprehensive repository for learning and implementing Data Structures and Algorithms (DSA). Open to contributions and feedback to improve and expand the collection.

  • UpdatedDec 3, 2024
  • C++

Improve this page

Add a description, image, and links to thetree-traversal-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with thetree-traversal-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more


[8]ページ先頭

©2009-2025 Movatter.jp