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

  • SEARCH
  • Home
  • 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 7975199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T08:35:10+00:00 2026-06-04T08:35:10+00:00

I am writing a simple codec. The tree will be precomputed and there wont

  • 0

I am writing a simple codec. The tree will be precomputed and there wont be any changes once its build. It will just be searched.

All the leaf nodes of a balanced binary tree are the signal values and internal nodes are the approximated compressed representations.

Is a list implementation using stl vector scalable if I have a large value of leaf nodes?
Currently I dont know how large large is.

List implementation e.g. 1,2,3,4,5,6,7
if I have 4 leaf nodes

then children of

root(1)-> 2,3
2->4,5
3->6,7

so I can simply jump to the children using their position in the vector.

  • 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-04T08:35:11+00:00Added an answer on June 4, 2026 at 8:35 am

    Using a “list” or “array” should not pose any issue in this case (since the tree is immutable). The only requirement for O(log n) search is quick random access (ie, O(1) access to a given index).

    You can use either a vector or a deque, both are suitable. You might run in a scalability issue with the vector if the system cannot find a large enough memory block to hold all elements, though to begin with it should prove simpler. If you hit this roadblock, switch to deque, and although you might lose some speed, it should allow you to grow further due to its fragmented nature.

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

Sidebar

Related Questions

I'm writing a simple code generation application to build POCO's from a DB2 database
I'm writing a simple C program using fork() to create a binary tree of
I'm writing a very simple Java Game. Let me describe it briefly: There are
I'm writing a simple QR code generator (just for fun and to learn some
I was just writing some simple code and I noticed that using document.writeln doesn't
I'm looking into writing simple graphics code in Android and I've noticed some synchronized()
I'm writing some code which could really do with some simple compile time metaprogramming.
i am writing a code to handle read/unread messages, with a simple user_id/message_id mysql
I'm writing simple program to communicate between smart devices and I receive 11001 when
I am writing simple site that requires users and profiles to be handled. The

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.