Python Forum
my new adt, what should i name it
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
my new adt, what should i name it
#5
there will mostly be ranges of indexes being filled. that is it might put data into [64] through [255]. there might also be negative ranges. it might leave out every Nth item in a few cases (if this overlaps, then previous data remains in those "holes"). the underlying implementation might be a dictionary or something more optimal in the future.

once it is filled in, access is mostly in a similar sequence as before ... same ranges in different orders.

an "infinite" list would work. if accessing an index that was never filled in, it gets the established default.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
my new adt, what should i name it - by Skaperen - Dec-01-2019, 06:24 AM
RE: my new adt, what should i name it - by Larz60+ - Dec-01-2019, 12:37 PM
RE: my new adt, what should i name it - by Skaperen - Dec-01-2019, 08:53 PM
RE: my new adt, what should i name it - by nilamo - Dec-12-2019, 06:55 PM
RE: my new adt, what should i name it - by Skaperen - Dec-13-2019, 05:00 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020