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

The Archive Base Latest Questions

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

I was asked in an interview how I would design the Oxford English Dictionary.

  • 0

I was asked in an interview how I would design the Oxford English Dictionary.

I told him that I’d use a TREE data structure, but he replied that it would take a lot of memory. So which other data structure should be used?

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

    One data structure I heard was used in the past in mobile phones for storing T9 dictionaries is the following (well, this addresses only the key issue, but not the definition storage):

    Entries are sorted, and each entry should start with an offset into the previous entry from where it should be continued, and also the continuation. For example:

    apple
    4icable
    7tion
    

    would decode to apple, applicable, application. However this might not be that different from tries with merged chains, see

    appl -> e 
         -> ica -> ble
                -> tion
    

    Wikipedia uncovered the Directed acyclic word graph, which differs from trees that it not only branches, but branches can merge, where words have the same suffix. This indeed could be a superior storage.

            a
           / \
      pplic   utom
           \ /
          ation
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I had an interview question that asked how I would design a system to
I was asked an interview question where I needed to use it but I
In a per-interview question i have been asked that How would you sort a
Today, I went for an interview and the interviewer asked me how I would
I was asked in an interview to enlighten the ways one can use to
I was asked in an interview that what is the usage of virtual keyword
Recently I was asked in an interview that, can an Interface be considered as
This is an interview question asked a month ago.... Do session use cookies? If
I had an interview recently and he asked me about Singleton Design Patterns about
I was asked this question in an interview would appreciate your answers. Regards; Mohammad

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.