Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8697167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:27:14+00:00 2026-06-13T01:27:14+00:00

I have an application that requires a data structure with the following characteristics: in-order

  • 0

I have an application that requires a data structure with the following characteristics:

  • in-order traversal in O(n)
  • lookup in O(log n)
  • insertion in O(log n) with space O(log n) or less
  • efficient in-place storage (= the tree can be modified in-place in a contiguous array with no holes)
  • iterative, if possible
  • deletion is not required

I found complete binary search trees to be a good structure for these operations. I’ve implemented traversal and lookup easily (they’re pretty much generic) but am having a really hard time with insertion. I can’t seem to insert arbitrary elements and rebalance the tree without losing either the shape property (complete tree) or the partition property (all elements on the left of a node compare strictly less than the node).

I can’t find anything else online either, the only references I find are about general binary trees (with no shape property) and are not applicable in my case. Complete trees are unpopular for some reason.

Has anyone implemented insertion for complete binary trees and could give me some pointers on how to implement it robustly and efficiently? This is not homework, I need it for a real project.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T01:27:16+00:00Added an answer on June 13, 2026 at 1:27 am

    Since you want lookup in O(log n) and insertion at arbitrary positions in O(log n), you will need a self balancing search tree. Complete binary trees cannot be updated efficiently – they are considered static data structures which are made for read-only scenarios.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that requires processing multiple images in parallel in order to
We have an internal ASP.NET MVC application that requires a logon. Log on works
I have an application that requires resizing of a component that will be scaled
I have an application that requires Microsoft VC++ 2005 (SP1) Redistributable Package. I know
I have an application that requires a sequence to be present in the database.
I have a WinForms application that requires some configuration which I do at install
I have an AJAX intensive application that requires sending multiple AJAX requests rapidly or
I have a c# wpf application that requires SQL Express 2005 database and I
I have a .Net 4.0 WPF application that requires an embedded database. MS Access
I have an application which runs a tool that requires network connection. Now my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.