Editor Trees

Project information

  • Category: App
  • Project Time Frame: Spring 2023
  • Project GitHub URL: Here
  • Number of Contributors: 2

Fast and Efficient Editor Trees

  • Editor Tree is a binary search tree that features self-height balancing and automatic sorting
  • The tree is programmed for the data structure to sort after the insertion and deletion of data automatically
  • Time efficiency is consistent throughout all the operations, featuring O(Log N) for data search, sort, delete, and insert