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 4023522
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:36:31+00:00 2026-05-20T10:36:31+00:00

I need to implement two rank queries [ rank(k) and select(r) ]. But before

  • 0

I need to implement two rank queries [rank(k) and select(r)]. But before I can start on this, I need to figure out how the two functions work.

As far as I know, rank(k) returns the rank of a given key k, and select(r) returns the key of a given rank r.

So my questions are:

1.) How do you calculate the rank of a node in an AVL(self balancing BST)?

2.) Is it possible for more than one key to have the same rank? And if so, what woulud select(r) return?

I’m going to include a sample AVL tree which you can refer to if it helps answer the question.

enter image description here

Thanks!

  • 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-05-20T10:36:31+00:00Added an answer on May 20, 2026 at 10:36 am

    Your question really boils down to: “how is the term ‘rank’ normally defined with respect to an AVL tree?” (and, possibly, how is ‘select’ normally defined as well).

    At least as I’ve seen the term used, “rank” means the position among the nodes in the tree — i.e., how many nodes are to its left. You’re typically given a pointer to a node (or perhaps a key value) and you need to count the number of nodes to its left.

    “Select” is basically the opposite — you’re given a particular rank, and need to retrieve a pointer to the specified node (or the key for that node).

    Two notes: First, since neither of these modifies the tree at all, it makes no real difference what form of balancing is used (e.g., AVL vs. red/black); for that matter a tree with no balancing at all is equivalent as well. Second, if you need to do this frequently, you can improve speed considerably by adding an extra field to each node recording how many nodes are to its left.

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

Sidebar

Related Questions

I need to implement validation for a form but by two submit buttons? Can
i need to implement two different stylesheets in a single master page. one style
I need to implement a simple macro that finds the modulo of two numbers
I am developing a Player application for a radio, I need to implement two
How we can implement Two recaptcha user control on the same page. Problem :
I need to implement a method that can measure Time and CPU cycles of
I need to solve the following question which i can't get to work by
I need to implement Settings Layout for my application. Generally this should be ListView
I need to implement a Diff algorithm in VB.NET to find the changes between
I need to implement version control, even for just the developing I do at

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.