List
Online advertising
In
computer science , a
list is an abstract concept denoting an ordered collection of fixed-length entities. In practice, any list is either an
array or a
linked list of some sort. The use of the concept allows to treat them regardless of implementation. For this reason, lists have properties that arrays and linked lists share. Informally, the term list is used synonymously with
linked list . A
sequence is another name, emphasizing the ordering and suggesting that it may not be a linked list.
The size and contents of lists may or may not vary at
runtime , depending on implementations. Random access over lists also may or may not be possible, depending on implementations.
Sometimes
equality (mathematics) of lists is defined simply in terms of
object identity : two lists are equal if and only if they are the same object. In modern
programming language s, equality of lists is normally defined in terms of
structural equality of the corresponding entries, except that if the lists are typed, then the list types may also be relevant.
Lists may be typed. This implies that the entries in a list must have
datatype s that are compatible with the list's type. It is common that lists are typed when they are implemented using arrays.
In
Lisp programming language , lists are the fundamental data type and can represent both program code and data. In most dialects, the list of the first three prime numbers could be written as
(list 2 3 5). In several dialects of Lisp, including
Scheme programming language , a list is collection of pairs, consisting of a value and a pointer to the next pair (or null value).
The standard way of implementing lists, originating with Lisp, is to have each element of the list contain both its value and a pointer indicating the location of the next element in the list. This results in either a
linked list or a
tree data structure , depending on whether the list has nested sublists. Although LISP implementations (such as the LISP used for the Symbolics 3600) often use "compressed lists" which are arrays.
Some languages do not offer a list data structure, but offer the use of associative arrays or some kind of table to emulate lists. For example,
Lua programming language provides tables. Although Lua stores lists that have numerical indices as arrays internally, they still appear as hash tables.
Some languages may instead implement lists using other data structures, such as
array s. However, it is generally assumed that elements can be inserted into a list in
constant time , while access of a random element in a list requires
linear time ; this is to be contrasted with an array (or ''vector''), for which the time complexities are reversed.
Lists can be manipulated using
iteration or
recursion . The former is often preferred in non-
tail-recursive languages, and languages in which recursion over lists is for some other reason uncomfortable. The latter is generally preferred in
functional language s, since iteration is associated with arrays and often regarded as
Imperative programming .
Because in computing, lists are easier to realize than sets, an finite
set in mathematical sense can be realized as a list with additional restrictions, that is, duplicate elements are disallowed and such that order is irrelevant. If the list is sorted, it speeds up determining if a given item is already in the set but in order to ensure the order, it requires more time to add new entry to the list.
==See also==
*
List of reference tables
*
:Category: Lists
*
Wikipedia:Lists
*
Multiset
*
Tuple
*
List (chess)
data structures
----
List is also the name of a part of
Hanover ,
Germany and a village on the northern tip of the island
Sylt , making it Germany's northernmost settlement.
List
Online advertising
Changes I made:
*Lists are not necessary allowed to be of heterogenous type, though the traditional Lisp lists of course are. Lists in
Standard ML , for example, must be of a specific type (e.g. int list, or string list).
*The traditional way of implementing lists, originating with Lisp, is using cons cells: each list element has a "car" field containing the value, and a "cdr" field pointing to the next element (or NULL/null/nil/etc. for the last element). This turns into a linked list for non-nested lists, or a tree for nested lists. Lists ''can'' be implemented with arrays, but this isn't standard (or common, afaik).
--
User:Delirium 03:47 6 Jul 2003 (UTC)
List
Online advertising
#redirect
Wikipedia:Lists
List
Online advertising
#REDIRECT
Wikipedia talk:Lists
See other meanings of words starting from letter:
L
LA |
LB |
LC |
LD |
LE |
LF |
LG |
LH |
LI |
LJ |
LK |
LM |
LN |
LO |
LP |
LR |
LS |
LT |
LU |
LW |
LX |
LY |
LZ |
Words begining with
List :
List List List List List,_Friedrich List,_Germany List-dev List-stub List:_Cities_in_Afghanistan Listadmins Lista_Bonino Lista_De_Religiões Lista_Di_Pietro Listdev Listdev Listdev Listdev Listed Listed Listed Listed_Building Listed_building Listed_building Listed_buildings Listed_buildings_in_Birmingham Listed_buildings_in_Birmingham Listed_buildings_in_Liverpool Listed_buildings_in_Liverpool Listed_company Listen Listen Listen Listener Listener Listener/test1 Listener_Supported Listening Listening_Prayer Listening_techno Listening_to_11.975MHz ListenToThis Listen_Here! Listen_Like_Thieves Listen_Like_Thieves Listen_Like_Thieves_(album) Listen_Up Listen_Up! Listen_without_Prejudice,_Vol._1 Listen_Without_Prejudice_Vol._1 Listen_with_Mother Listen_with_mother Lister Lister's_Mill Lister's_mill Lister,_Joseph Listeria Listeria_monocytogenes Listeria_monocytogenes Listerine Listerine Listeriosis Lister_(disambiguation) Lister_Cars Lister_Hill Lister_Hundred Lister_Mill Lister_Sinclair Lister_Storm Listform Listify Listiguj_Mi'gmaq Listiguj_Mi’gmaq Listingcontinuesabbrev Listings_magazines Listing_of_Hinduism_Articles Listing_of_Hindu_deities Listing_of_newspapers Listing_of_noted_agnostics Listing_of_noted_atheists Listing_of_noted_atheists Listing_of_noted_Buddhists Listing_of_noted_Buddhists Listing_of_noted_Christians Listing_of_noted_Christians Listing_of_noted_Confucianists Listing_of_noted_Deists Listing_of_noted_Deists Listing_of_noted_Hindus Listing_of_noted_Hindus Listing_of_noted_Jews Listing_of_noted_Jews Listing_of_noted_Muslims Listing_of_noted_Pagans Listing_of_noted_Pagans Listing_of_noted_Rastafarians Listing_of_noted_Rastafarians Listing_of_noted_rastafarians Listing_of_noted_Scientologists Listing_of_noted_Taoists Listing_of_noted_Zoroastrians Listintro Listintro Listoghil Listowel Listrac Listro Lists Lists Lists Lists Lists Listserv Listserve Listservosphere Listservosphere Listservs Lists_(embedded_lists) Lists_(embedded_lists) Lists_(stand-alone_lists) Lists_(stand-alone_lists) Lists_by_country Lists_by_country Lists_by_country Lists_by_country Lists_by_country Lists_for_deletion Lists_for_deletion Lists_of_AAR_reporting_marks Lists_of_abbreviations Lists_of_accidents_and_incidents_on_commercial_airliners Lists_of_accidents_and_incidents_on_commercial_airliners Lists_of_accidents_and_incidents_on_commerical_airliners Lists_of_accidents_and_incidents_on_commerical_airliners Lists_of_actors Lists_of_aircraft Lists_of_aircraft_by_Operator Lists_of_aircraft_variants Lists_of_airlines Lists_of_airports Lists_of_albums Lists_of_ambassadors Lists_of_American_people Lists_of_animals Lists_of_application_software Lists_of_articles_by_category Lists_of_articles_by_category Lists_of_artists Lists_of_artists Lists_of_asteroids Lists_of_astronomical_objects Lists_of_astronomical_objects Lists_of_Australian_leaders_by_year Lists_of_Australian_Mayors_and_Lord_Mayors Lists_of_Australian_Mayors_and_Lord_Mayors Lists_of_Austrians Lists_of_authors Lists_of_authors Lists_of_banks Lists_of_battles Lists_of_battles Lists_of_birds Lists_of_books Lists_of_brands Lists_of_bridges Lists_of_British_ministers Lists_of_British_MPs Lists_of_British_people Lists_of_British_people Lists_of_California_school_districts_by_county Lists_of_Canadian_first_ministers Lists_of_Canadian_general_elections Lists_of_Canadian_leaders_by_year Lists_of_Canadian_mayors Lists_of_Canadian_ministers Lists_of_Canadian_parks Lists_of_Canadian_people Lists_of_cardinal_numbers_by_language Lists_of_career_and_job_titles Lists_of_cartoons Lists_of_Christians Lists_of_cities Lists_of_cities_in_Germany Lists_of_cities_in_the_United_States Lists_of_citizens_of_nations_on_the_American_continents Lists_of_citizens_of_nations_on_the_American_continents Lists_of_citizens_of_the_nations_on_the_American_continents Lists_of_collective_nouns Lists_of_colleges_and_universities Lists_of_colonial_governors_by_year Lists_of_comics Lists_of_communes_of_France Lists_of_communes_of_France Lists_of_communes_of_France Lists_of_communes_of_Italy Lists_of_communities_in_Canada Lists_of_companies Lists_of_companies Lists_of_companies Lists_of_companies_by_country Lists_of_companies_by_industry Lists_of_composers Lists_of_composers Lists_of_computer_and_video_game_characters Lists_of_computer_syntax_patterns Lists_of_computer_syntax_patterns Lists_of_computer_terms Lists_of_constellations Lists_of_constellations Lists_of_coordinates Lists_of_corporate_assets Lists_of_corporate_assets Lists_of_countries Lists_of_countries_where_rabies_in_pet_animals_is_under_control Lists_of_country-related_topics Lists_of_country-related_topics Lists_of_country-related_topics Lists_of_Counts_and_Dukes_of_Anjou Lists_of_county_governors_of_Sweden Lists_of_craters Lists_of_Croatian_authors Lists_of_current_office-holders Lists_of_dams Lists_of_Danes Lists_of_dead_people Lists_of_diseases Lists_of_Disney_people Lists_of_drugs Lists_of_Ecuador-related_topics Lists_of_English_leaders_by_year Lists_of_English_leaders_by_year Lists_of_English_phrases Lists_of_English_words Lists_of_English_words Lists_of_English_words_of_foreign_origin Lists_of_English_words_of_international_origin Lists_of_English_words_of_international_origin Lists_of_etymologies Lists_of_etymologies Lists_of_Exorcists Lists_of_fictional Lists_of_fictional_animals Lists_of_fictional_animals Lists_of_fictional_animals Lists_of_fictional_animals Lists_of_fictional_characters Lists_of_fictional_characters Lists_of_fictional_species Lists_of_fictional_things Lists_of_fictional_things Lists_of_file_formats Lists_of_films Lists_of_films Lists_of_fish_on_stamps Lists_of_flags Lists_of_flags Lists_of_flags Lists_of_flags Lists_of_flags_with_specified_colors Lists_of_flags_with_specified_colors Lists_of_flags_with_specified_numbers_of_colors Lists_of_flowers Lists_of_foods Lists_of_foreign_ministers_by_year Lists_of_Freguesias_of_Portugal Lists_of_French_nobility Lists_of_galaxies Lists_of_galaxies Lists_of_games Lists_of_general_elections_in_Canada Lists_of_general_elections_in_Canada Lists_of_generic_names_of_political_parties Lists_of_German_rulers_by_year Lists_of_governors_of_U.S._insular_areas Lists_of_heavy_metal_bands_by_genre Lists_of_high_schools_in_the_United_States Lists_of_high_schools_in_the_United_States Lists_of_historical_animals Lists_of_Hong_Kong-related_topics Lists_of_hospitals Lists_of_hospitals_in_the_United_States Lists_of_incumbants Lists_of_Incumbents Lists_of_incumbents Lists_of_incumbents Lists_of_Indians_by_state Lists_of_Indo-European_languages Lists_of_integrals Lists_of_integrals Lists_of_Iranians Lists_of_Iranians Lists_of_Iranians Lists_of_islands Lists_of_Israeli_ministers Lists_of_Jewish_Americans Lists_of_Jews Lists_of_Jews Lists_of_judges Lists_of_lakes Lists_of_lakes Lists_of_languages Lists_of_leaders_by_year Lists_of_leaders_by_year Lists_of_legendary_creatures Lists_of_lighthouses Lists_of_lists Lists_of_Lord_Lieutenants Lists_of_mayors Lists_of_Mega_Man_characters Lists_of_members_of_parliament Lists_of_men Lists_of_metro_stations Lists_of_Mexico_governors Lists_of_microcomputers Lists_of_microprocessors Lists_of_microprocessors Lists_of_military_aircraft Lists_of_military_bases Lists_of_military_bases Lists_of_military_bases Lists_of_military_units Lists_of_military_units Lists_of_ministers Lists_of_monarchs Lists_of_mountains_on_Venus Lists_of_movie_source_material Lists_of_movie_source_material Lists_of_municipalities Lists_of_municipalities_in_Spain Lists_of_municipalities_of_Mexico Lists_of_municipalities_of_Switzerland Lists_of_musicians Lists_of_names Lists_of_national_parks Lists_of_nebulae Lists_of_neighborhoods_in_major_American_cities Lists_of_newspapers Lists_of_NHL_team_captains Lists_of_Nintendo_characters Lists_of_notable_veterans Lists_of_numbers Lists_of_office-holders Lists_of_office-holders Lists_of_office-holders Lists_of_organizations Lists_of_pairs Lists_of_pairs Lists_of_parks Lists_of_peerages Lists_of_people Lists_of_people Lists_of_people Lists_of_people Lists_of_people_by_age Lists_of_people_by_belief Lists_of_people_by_cause_of_death Lists_of_people_by_cause_of_death Lists_of_people_by_cause_of_death Lists_of_people_by_cause_of_death Lists_of_people_by_institutional_affiliation Lists_of_people_by_name Lists_of_people_by_nationality Lists_of_people_by_nationality Lists_of_people_by_nationality_and_occupation Lists_of_people_by_occupation Lists_of_people_by_office_held Lists_of_people_by_time_period Lists_of_people_by_U.S._state Lists_of_people_by_university_affiliation Lists_of_people_on_stamps Lists_of_people_who_were_executed Lists_of_people_who_were_executed_in_the_United_States Lists_of_people_with_the_same_surname Lists_of_personal_names Lists_of_phrases Lists_of_pieces Lists_of_pieces Lists_of_pieces Lists_of_pieces Lists_of_pieces_by_composer Lists_of_pieces_by_composer Lists_of_pieces_by_composer:_F Lists_of_pieces_by_style Lists_of_pieces_which_use_serialism Lists_of_places Lists_of_place_names Lists_of_plants Lists_of_poets Lists_of_poets Lists_of_Pokémon Lists_of_political_parties Lists_of_political_parties Lists_of_political_parties_by_generic_name Lists_of_political_parties_by_generic_name Lists_of_popular_names Lists_of_postal_and_ZIP_codes Lists_of_postal_and_ZIP_Codes_of_the_world Lists_of_postal_and_ZIP_Codes_of_the_world Lists_of_postal_and_ZIP_codes_of_the_world Lists_of_postal_and_ZIP_codes_of_the_world Lists_of_postal_and_zip_codes_of_the_world Lists_of_postal_and_zip_codes_of_the_world Lists_of_postal_and_ZIP_codes_of_the_world/Delete Lists_of_postal_and_zip_codes_of_the_world/Delete Lists_of_postal_codes Lists_of_postal_codes Lists_of_postal_codes Lists_of_postal_codes Lists_of_POW_camps Lists_of_Presidents_of_Côte_d'Ivoire Lists_of_Presidents_of_India Lists_of_Presidents_of_India Lists_of_prisons Lists_of_professional_sports_post-season_droughts Lists_of_programming_languages Lists_of_publications_in_science Lists_of_public_utilities Lists_of_Quebec-related_topics Lists_of_radio_stations Lists_of_radio_stations_in_Asia Lists_of_radio_stations_in_Europe Lists_of_radio_stations_in_Jakarta,_Indonesia Lists_of_radio_stations_in_Jakarta,_Indonesia Lists_of_radio_stations_in_North_and_Central_America Lists_of_radio_stations_in_North_and_Central_America Lists_of_radio_stations_in_South_America Lists_of_radio_stations_in_the_South_Pacific_and_Oceania Lists_of_railroads_by_US_state Lists_of_railway_stations_in_Japan Lists_of_religious_leaders_by_year Lists_of_rivers Lists_of_roads Lists_of_Royal_Fleet_Auxiliary_ships Lists_of_Royal_Navy_ships Lists_of_schools Lists_of_school_districts Lists_of_school_districts_in_California_by_county Lists_of_school_districts_in_Canada Lists_of_school_districts_in_the_United_States Lists_of_ships Lists_of_slangs Lists_of_software Lists_of_solar_system_objects Lists_of_solo_piano_pieces Lists_of_solo_piano_pieces Lists_of_solo_piano_pieces Lists_of_solo_piano_pieces_by_composer Lists_of_songs Lists_of_songs Lists_of_songs Lists_of_songs Lists_of_songs_about_food_and_beverages Lists_of_songs_about_homosexuality Lists_of_songs_by_name Lists_of_songs_by_name Lists_of_sportspersons Lists_of_stars Lists_of_state_leaders_by_year Lists_of_streets Lists_of_string_quartets Lists_of_structures Lists_of_subnational_entities Lists_of_subnational_entities Lists_of_Swedes Lists_of_television_channels Lists_of_television_channels Lists_of_television_channels Lists_of_television_series Lists_of_television_series Lists_of_television_shows_by_city_setting Lists_of_television_stations_in_North_America Lists_of_television_stations_in_North_America Lists_of_terms Lists_of_terms Lists_of_the_worst_movies_ever_made Lists_of_top_achievements Lists_of_towns Lists_of_trademarks Lists_of_tropical_cyclone_names Lists_of_TV_series_by_city_setting Lists_of_two-letter_combinations Lists_of_U.S._cities_with_large_ethnic_population Lists_of_U.S._cities_with_large_ethnic_populations Lists_of_U.S._cities_with_non-white_majority_populations Lists_of_U.S._counties Lists_of_U.S._counties Lists_of_U.S._county_name_etymologies Lists_of_U.S._state_insignia Lists_of_U.S._state_prisons Lists_of_UK_Parliamentary_constituencies Lists_of_United_Kingdom_leaders_by_year Lists_of_United_States_cities_with_a_non-white_majority_population Lists_of_United_States_governors Lists_of_United_States_territorial_governors Lists_of_unofficial_regions_by_country Lists_of_unofficial_regions_by_country Lists_of_Veterans Lists_of_Victoria_Cross_recipients_by_conflict Lists_of_Victoria_Cross_recipients_by_name Lists_of_Victoria_Cross_recipients_by_nationality Lists_of_video_game_music Lists_of_weapons Lists_of_weapons_in_video_games Lists_of_wikibooks Lists_of_Wikipedians Lists_of_Wikipedians Lists_of_women Lists_of_words Lists_of_words Lists_of_writers Lists_that_should_be_categories Listuguj Listusers Listvyanka List_(computer_science) List_A List_admins List_article List_A_cricket List_A_Limited_Overs List_box List_brazilian_cities List_brazil_cities List_broker List_checksum List_chromatic_index List_colorability List_coloring List_coloring_conjecture List_comprehension List_comprehension List_edge-coloring List_edge_chromatic_number List_edge_colorability List_edge_coloring List_file_sharing_utilities List_if_famous_deaths_through_alcohol List_images List_MP List_MP List_MPs List_non-endemic_ant_species_introduced_to_Great_Britain_and_Ireland List_non-endemic_ant_species_introduced_to_Great_Britain_and_Ireland List_non-endemic_ant_species_introduced_to_the_British_Isles List_non-endemic_ant_species_introduced_to_the_British_Isles List_of List_of List_of_"A"_Biu-Mandara_languages List_of_"A"_East_Chadic_languages List_of_"A.1"_Biu-Mandara_languages List_of_"A.1"_East_Chadic_languages List_of_"A.1"_East_Chadic_languages_(division_1) List_of_"A.1"_East_Chadic_languages_(division_2) List_of_"A.2"_Biu-Mandara_languages List_of_"A.2"_Biu-Mandara_languages_(division_1) List_of_"A.2"_Biu-Mandara_languages_(division_2) List_of_"A.2"_East_Chadic_languages List_of_"A.2"_East_Chadic_languages_(division_1) List_of_"A.2"_East_Chadic_languages_(division_2) List_of_"A.3"_Biu-Mandara_languages List_of_"A.4"_Biu-Mandara_languages List_of_"A.5"_Biu-Mandara_languages List_of_"A.7"_Biu-Mandara_languages List_of_"A.8"_Biu-Mandara_languages List_of_"B"_Biu-Mandara_languages List_of_"B.1"_Biu-Mandara_languages List_of_"B.2"_Biu-Mandara_languages List_of_"gate"_scandals List_of_"M"_series_military_vehicles List_of_"M"_series_military_vehicles List_of_"Shit_happens"_jokes List_of_"Shit_happens"_jokes List_of_"You_have_two_cows"_jokes List_of_"You_have_two_cows"_jokes List_of_'2000_in'_articles List_of_'2002_in'_articles List_of_'2003_in'_articles List_of_'2004_in'_articles List_of_'2004_in'_articles List_of_'2005_in'_articles List_of_'years_in_art' List_of_'years_in_Canada' List_of_'years_in_Canada' List_of_'years_in_film' List_of_'years_in_film' List_of_'years_in_France' List_of_'years_in_gay_rights' List_of_'years_in_gay_rights' List_of_'years_in_Germany' List_of_'years_in_Germany' List_of_'years_in_home_video' List_of_'years_in_Ireland' List_of_'years_in_MTV' List_of_'years_in_music' List_of_'years_in_science' List_of_'years_in_science' List_of_'years_in_sports' List_of_'years_in_television' List_of_'years_in_television' List_of_(soccer)_footballers List_of_(soccer)_footballers List_of_-ectomies List_of_-gry_words List_of_-isms List_of_-otomies List_of_-punk_genres List_of_00_ZIP_codes List_of_01_ZIP_codes List_of_100_Greatest_Living_Footballers List_of_100_Greatest_Living_Footballers List_of_100_Greatest_Living_Footballers/temp List_of_100_Greatest_Living_Footballers/temp List_of_100_Greatest_Living_Soccer_Players List_of_10_longest-reigning_Popes List_of_10_longest-reigning_Popes List_of_10_longest-reigning_popes List_of_10_longest-reigning_popes List_of_10_longest_reigning_Popes List_of_10_movies_with_most_oscars List_of_10_shortest-reigning_Popes List_of_10_shortest-reigning_Popes List_of_10_shortest-reigning_popes List_of_10_shortest-reigning_popes List_of_10_shortest_reigning_Popes List_of_10_shortest_reigning_Popes List_of_116_alleged_MI6_agents List_of_1914_First_World_War_Victoria_Cross_recipients List_of_1920s_movies List_of_1930s_movies List_of_1930s_movies List_of_1940s_movies List_of_1950s_movies List_of_1960s_CCM_artists List_of_1960s_CCM_artists List_of_1960s_movies List_of_1970's_movies List_of_1970s_CCM_artists List_of_1970s_movies List_of_1980's_movies List_of_1980's_movies List_of_1980s_CCM_artists List_of_1980s_movies List_of_1980s_movies List_of_1990's_movies List_of_1990s_CCM_artists List_of_1990s_movies List_of_19th-century_religious_leaders List_of_2000s_CCM_artists List_of_2000s_movies List_of_2000s_movies List_of_2000_swing_states List_of_2003_California_recall_candidates List_of_2003_California_recall_candidates List_of_2004_swing_states List_of_2005_office-holders_in_Switzerland List_of_20th_century_classical_composers List_of_20th_century_classical_composers List_of_21st_century_classical_composers List_of_21st_century_classical_composers List_of_24_episodes List_of_2ch_Boards List_of_3-D_films List_of_3DO_games List_of_3G_phones List_of_4GL's List_of_4GL's List_of_4GLs List_of_4GLs List_of_6-passenger_sedans List_of_7400_series_integrated_circuits List_of_7400_series_integrated_circuits List_of_88.1_FM_radio_stations List_of_AAR_reporting_marks List_of_AAR_reporting_marks List_of_AAR_reporting_marks:_A List_of_AAR_reporting_marks:_B List_of_AAR_reporting_marks:_C List_of_AAR_reporting_marks:_D List_of_AAR_reporting_marks:_E List_of_AAR_reporting_marks:_F List_of_AAR_reporting_marks:_G List_of_AAR_reporting_marks:_H List_of_AAR_reporting_marks:_I List_of_AAR_reporting_marks:_J List_of_AAR_reporting_marks:_K List_of_AAR_reporting_marks:_L List_of_AAR_reporting_marks:_M List_of_AAR_reporting_marks:_N List_of_AAR_reporting_marks:_O List_of_AAR_reporting_marks:_P List_of_AAR_reporting_marks:_P List_of_AAR_reporting_marks:_Q List_of_AAR_reporting_marks:_R List_of_AAR_reporting_marks:_S List_of_AAR_reporting_marks:_T List_of_AAR_reporting_marks:_U List_of_AAR_reporting_marks:_V List_of_AAR_reporting_marks:_W List_of_AAR_reporting_marks:_X List_of_AAR_reporting_marks:_Y List_of_AAR_reporting_marks:_Y List_of_AAR_reporting_marks:_Z List_of_abandoned_buildings List_of_abandoned_communities_in_the_Northwest_Territories List_of_abbeys_and_priories List_of_abbreviations List_of_abbreviations List_of_abbreviations_for_medical_organisations_and_personnel List_of_abbreviations_for_names List_of_abbreviations_in_use_in_1911 List_of_ABC_affiliates List_of_ABC_slogans List_of_ABC_slogans List_of_ABC_television_affiliates List_of_Aboriginal_communities_in_Canada List_of_aboriginal_communities_in_Canada List_of_Aboriginal_peoples_in_Manitoba List_of_Aboriginal_peoples_in_Manitoba List_of_Aboriginal_reservations_in_Canada List_of_aboriginal_reservations_in_Canada List_of_Aboriginal_reserves_in_Canada List_of_aboriginal_reserves_in_Canada List_of_Absolutely_Fabulous_episodes List_of_abstract_algebra_topics List_of_Acacia_species List_of_Acacia_species List_of_academic_coats_of_arms List_of_academic_coats_of_arms List_of_academic_disciplines List_of_academic_disciplines List_of_academic_institutions_in_Albania List_of_academic_institutions_in_Albania List_of_academic_scandals List_of_academic_statistical_associations List_of_Academy_Awards_ceremonies List_of_Acadians List_of_Acadian_governors List_of_Acadian_writers List_of_acapella_songs List_of_acappella_songs List_of_accidents_and_incidents_on_commercial_airliners List_of_accidents_and_incidents_on_commercial_airliners_grouped_by_airline List_of_accidents_and_incidents_on_commercial_airliners_grouped_by_location List_of_accidents_and_incidents_on_commercial_airliners_grouped_by_year List_of_accidents_and_incidents_on_commercial_airliners_grouped_by_year List_of_accidents_and_incidents_on_commerical_airliners List_of_accidents_and_incidents_on_commerical_airliners List_of_accidents_and_incidents_on_commerical_airliners_grouped_by_airline List_of_accidents_and_incidents_on_commerical_airliners_grouped_by_location List_of_accidents_and_incidents_on_commerical_airliners_grouped_by_year List_of_accidents_incidents_on_commerical_airliners List_of_accounting_articles List_of_accounting_topics List_of_accounting_topics List_of_Acer_species List_of_Acids List_of_Acorn_Electron_games List_of_acronyms List_of_acronyms List_of_acronyms/marked List_of_acronyms_and_initialisms List_of_acronyms_and_initialisms List_of_acronyms_and_initialisms:_A List_of_acronyms_and_initialisms:_B List_of_acronyms_and_initialisms:_C List_of_acronyms_and_initialisms:_D List_of_acronyms_and_initialisms:_E List_of_acronyms_and_initialisms:_F List_of_acronyms_and_initialisms:_G List_of_acronyms_and_initialisms:_H List_of_acronyms_and_initialisms:_I List_of_acronyms_and_initialisms:_J List_of_acronyms_and_initialisms:_K List_of_acronyms_and_initialisms:_L List_of_acronyms_and_initialisms:_M List_of_acronyms_and_initialisms:_N List_of_acronyms_and_initialisms:_O List_of_acronyms_and_initialisms:_P List_of_acronyms_and_initialisms:_Q List_of_acronyms_and_initialisms:_R List_of_acronyms_and_initialisms:_S List_of_acronyms_and_initialisms:_T List_of_acronyms_and_initialisms:_U List_of_acronyms_and_initialisms:_V List_of_acronyms_and_initialisms:_W List_of_acronyms_and_initialisms:_X List_of_acronyms_and_initialisms:_Y List_of_acronyms_connected_with_the_International_Baccalaureate List_of_acronyms_for_medical_organisations_and_personnel List_of_acronyms_involving_the_word_fuck List_of_action_stars List_of_active_autonomist_and_secessionist_movements List_of_active_autonomist_and_secessionist_movements List_of_active_autonomist_and_secessionist_movements/archive1 List_of_active_Navy_ships,_sorted_by_homeport List_of_active_Sumo_Wrestlers List_of_active_Sumo_wrestlers List_of_active_Sumo_wrestlers List_of_active_U.S._Navy_ships,_sorted_by_homeport List_of_actor-politicians List_of_actors List_of_actors List_of_actors_from_France List_of_actors_from_Germany List_of_actors_from_Israel List_of_actors_from_Italy List_of_actors_from_the_Philippines List_of_actors_who_have_played_an_Elvis_character List_of_actors_who_have_played_Doctor_Who List_of_actors_who_have_played_Elvis_Presley List_of_actors_who_have_played_homosexuals List_of_actors_who_have_played_lesbians,_bisexuals_and_gay_men List_of_actors_who_have_played_lesbians,_bisexuals_and_gay_men List_of_actors_who_have_played_lesbigays List_of_actors_who_have_played_lesbigays List_of_actors_who_have_played_the_Doctor List_of_actors_who_have_played_the_Doctor List_of_actors_who_have_played_the_President_of_the_United_States_of_America List_of_actors_who_played_Marines_at_movies List_of_actors_who_played_Marines_at_movies List_of_actors_who_played_Marines_in_movies List_of_actors_who_played_Marines_in_movies List_of_actors_who_played_President_of_the_United_States List_of_actors_who_play_characters_with_the_same_names List_of_Actors_who_were_police_officers List_of_actors_who_were_police_officers List_of_actors_who_were_police_officers List_of_actresses List_of_Acts_of_Parliament_in_the_United_Kingdom List_of_Acts_of_Parliament_in_the_United_Kingdom List_of_Acts_of_Parliament_of_Canada List_of_Acts_of_the_United_Kingdom_Parliament List_of_Acts_of_the_United_Kingdom_Parliament List_of_acts_of_the_United_Kingdom_Parliament List_of_adages_named_after_people List_of_adages_named_after_people List_of_adaptations_of_Shakespearean_plays List_of_Adelaide_railway_stations List_of_Adelaide_suburbs List_of_Adelaide_suburbs List_of_adjectival_forms_of_placenames List_of_adjectival_forms_of_place_names List_of_adjectival_forms_of_place_names List_of_Administrative_Counties_of_England_by_Population_Density List_of_administrative_divisions_of_Anhui List_of_administrative_divisions_of_Beijing List_of_administrative_divisions_of_Beijing List_of_administrative_divisions_of_Fujian List_of_administrative_divisions_of_Hebei List_of_administrative_divisions_of_Heilongjiang List_of_administrative_divisions_of_Hunan List_of_administrative_divisions_of_Inner_Mongolia List_of_administrative_divisions_of_Jiangsu List_of_administrative_divisions_of_Jiangxi List_of_administrative_divisions_of_Jilin List_of_administrative_divisions_of_Jilin/Temp List_of_administrative_divisions_of_Liaoning List_of_administrative_divisions_of_Shaanxi List_of_administrative_divisions_of_Shaanxi List_of_administrative_divisions_of_Shanxi List_of_administrative_divisions_of_Zhejiang List_of_Administrative_shire_counties_of_England_by_Area List_of_Administrative_shire_counties_of_England_by_Area List_of_Administrative_shire_counties_of_England_by_Population List_of_administrators List_of_administrators List_of_administrators List_of_Administrators_of_the_British_Virgin_Islands List_of_admins List_of_admins List_of_Admissions_Tests List_of_admissions_tests List_of_admissions_tests List_of_adult_contemporary_CCM_artists List_of_advertising_characters List_of_advertising_characters List_of_advertising_clichés List_of_advertising_clichés List_of_advertising_slogans List_of_advertising_slogans List_of_aerial_lift_manufacturers List_of_aerial_tramways_in_Switzerland List_of_Aeromexico_destinations List_of_aerospace_engineers List_of_aerospace_engineers List_of_affiliate_nations_(cricket) List_of_Afghanistan-related_topics List_of_Afghani_language_poets List_of_Afghan_companies List_of_Afghan_political_parties List_of_Afghan_Transitional_Administration_personnel List_of_African-American-related_topics List_of_African-Americans List_of_African-Americans List_of_African-American_abolitionists List_of_African-American_authors List_of_African-American_Jews List_of_African-American_superheroes List_of_African-American_writers List_of_African-American_writers List_of_African_Americans List_of_African_Americans List_of_African_American_composers List_of_African_birds List_of_African_countries_by_GDP List_of_African_countries_by_GDP List_of_African_countries_by_population List_of_African_countries_by_population_density List_of_African_Jews List_of_African_musicians List_of_African_musicians List_of_African_states_by_the_date_they_succumbed_to_European_imperialism List_of_African_territories_and_states_by_the_date_they_succumbed_to_European_imperialism List_of_African_writers List_of_African_writers List_of_African_writers_(by_country) List_of_African_writers_(by_country) List_of_Africa_topics List_of_Afrikaans-language_poets List_of_Afrikaans_language_poets List_of_Afro-Asiatic_languages List_of_AFVs List_of_AFVs List_of_agnostics List_of_agnostics List_of_agricultural_organizations List_of_agriculture_topics List_of_AIDS-related_topics List_of_AIDS_patients List_of_Ainu_terms List_of_Airbus_A320_operators List_of_Airbus_A340_operators List_of_aircraft List_of_aircraft List_of_aircrafts_of_the_Japanese_Navy List_of_aircraft_(A-B) List_of_aircraft_(C-D) List_of_aircraft_(E-H) List_of_aircraft_(I-M) List_of_aircraft_(N-S) List_of_aircraft_(T-Z) List_of_aircraft_accidents List_of_aircraft_by_category List_of_aircraft_by_date_and_usage_category List_of_aircraft_by_date_and_usage_category List_of_aircraft_by_RLM_designation List_of_aircraft_carriers List_of_aircraft_carriers List_of_aircraft_carriers_of_the_Royal_Navy List_of_aircraft_carriers_of_the_Royal_Navy List_of_aircraft_carriers_of_the_Russian_Navy List_of_aircraft_carriers_of_the_United_States_Navy List_of_aircraft_carriers_of_the_United_States_Navy List_of_aircraft_carriers_of_the_United_States_Navy_(alphabetical) List_of_aircraft_carriers_of_the_United_States_Navy_(hull_number) List_of_aircraft_carrier_classes_of_the_United_States_Navy List_of_aircraft_carrier_deployments List_of_aircraft_carrier_deployments List_of_aircraft_engines List_of_aircraft_engines_of_Germany_during_World_War_Two List_of_aircraft_engines_of_Germany_during_World_War_Two List_of_aircraft_engine_manufacturers List_of_aircraft_engine_manufacturers List_of_aircraft_manufacturers List_of_aircraft_manufacturers List_of_aircraft_of_the_AAC List_of_aircraft_of_the_AOC List_of_aircraft_of_the_Armee_de_l'Air List_of_aircraft_of_the_Armée_de_l'Air List_of_aircraft_of_the_Armée_de_l'Air,_World_War_II List_of_aircraft_of_the_Army_Air_Corps List_of_aircraft_of_the_Fleet_Air_Arm List_of_aircraft_of_the_Irish_Air_Corps List_of_aircraft_of_the_Irish_Air_Corps List_of_aircraft_of_the_Israeli_Air_Force List_of_aircraft_of_the_Japanese_Navy List_of_aircraft_of_the_Luftwaffe,_World_War_II List_of_aircraft_of_the_Luftwaffe,_World_War_II List_of_aircraft_of_the_RAAF List_of_aircraft_of_the_RAAF List_of_aircraft_of_the_RAF List_of_aircraft_of_the_RAF List_of_aircraft_of_the_RAN List_of_aircraft_of_the_RCAF List_of_aircraft_of_the_RCN List_of_aircraft_of_the_Reichsluftfahrtministerium List_of_aircraft_of_the_RNZAF List_of_aircraft_of_the_RNZAF_and_RNZN List_of_aircraft_of_the_Royal_Air_Force List_of_aircraft_of_the_SAAF List_of_aircraft_of_the_South_African_Air_Force List_of_aircraft_of_the_South_African_Air_Force List_of_aircraft_of_the_USAAF,_World_War_II List_of_aircraft_of_the_World_War_II_Armée_de_l'Air List_of_aircraft_of_the_World_War_II_Luftwaffe List_of_aircraft_of_the_World_War_II_USAAF List_of_aircraft_of_the_WW2_Armeé_de_l'Air List_of_aircraft_of_the_WW2_Armée_de_l'Air List_of_aircraft_of_the_WW2_Luftwaffe List_of_aircraft_of_the_WW2_Luftwaffe List_of_aircraft_of_the_WW2_USAAF List_of_aircraft_of_the_WWII_Armée_de_l'Air List_of_aircraft_of_World_War_II List_of_aircraft_of_WW2_Luftwaffe List_of_aircraft_types List_of_aircraft_types List_of_aircraft_weapons List_of_aircraft_weapons_of_the_WW2_Luftwaffe List_of_aircraft_wings_of_the_Royal_Navy List_of_airfields_of_the_Army_Air_Corps List_of_airliners List_of_airliners_by_seat_capacity List_of_airlines List_of_airlines List_of_Airports List_of_airports List_of_airports List_of_Airports:A List_of_airports:A List_of_Airports:B List_of_Airports:C List_of_Airports:D List_of_Airports:E List_of_Airports:F List_of_Airports:G List_of_Airports:H List_of_Airports:I List_of_Airports:J List_of_Airports:K List_of_Airports:L List_of_Airports:M List_of_Airports:N List_of_Airports:O List_of_Airports:P List_of_Airports:Q List_of_Airports:R List_of_Airports:S List_of_Airports:T List_of_Airports:U List_of_Airports:V List_of_Airports:W List_of_Airports:X List_of_Airports:Y List_of_Airports:Z List_of_airports:_A List_of_airports:_B List_of_airports:_C List_of_airports:_C List_of_airports:_D List_of_airports:_E List_of_airports:_F List_of_airports:_G List_of_airports:_H List_of_airports:_I List_of_airports:_J List_of_airports:_K List_of_airports:_L List_of_airports:_M List_of_airports:_N List_of_airports:_O List_of_airports:_P List_of_airports:_Q List_of_airports:_R List_of_airports:_S List_of_airports:_T List_of_airports:_T List_of_airports:_U List_of_airports:_V List_of_airports:_W List_of_airports:_X List_of_airports:_Y List_of_airports:_Z List_of_airports_in_Australia List_of_Airports_in_Belgium List_of_airports_in_Belgium List_of_airports_in_Botswana List_of_airports_in_Brazil List_of_airports_in_Canada List_of_airports_in_Canada List_of_airports_in_Cape_Verde List_of_airports_in_China List_of_airports_in_Finland List_of_airports_in_France List_of_airports_in_Germany List_of_Airports_in_Greece List_of_airports_in_Greece List_of_airports_in_Hong_Kong List_of_airports_in_Hungary List_of_airports_in_India List_of_airports_in_Indonesia List_of_airports_in_Iran List_of_airports_in_Ireland List_of_airports_in_Israel List_of_airports_in_Japan List_of_airports_in_Japan List_of_airports_in_Latvia List_of_airports_in_Macao List_of_airports_in_Mainland_China List_of_airports_in_mainland_China List_of_airports_in_mainland_China List_of_airports_in_Maldives List_of_airports_in_Mexico List_of_airports_in_New_Zealand List_of_airports_in_New_Zealand List_of_airports_in_Norway List_of_airports_in_Norway List_of_airports_in_People's_Republic_of_China List_of_airports_in_Poland List_of_airports_in_Poland List_of_airports_in_Romania List_of_airports_in_Russian_Federation List_of_airports_in_Saudi_Arabia List_of_airports_in_Singapore List_of_airports_in_Slovenia List_of_airports_in_Spain List_of_airports_in_Thailand List_of_airports_in_the_Greater_Toronto_Area List_of_airports_in_the_Greater_Toronto_Area List_of_airports_in_the_Montreal_area List_of_airports_in_the_Netherlands List_of_airports_in_the_New_York_City_area List_of_airports_in_the_New_York_City_area List_of_airports_in_the_Ottawa_area List_of_airports_in_the_People's_Republic_of_China List_of_airports_in_the_People's_Republic_of_China List_of_airports_in_the_Philippines List_of_airports_in_the_Toronto_region List_of_airports_in_the_Toronto_region List_of_airports_in_the_United_Kingdom List_of_airports_in_the_United_Kingdom List_of_airports_in_Turkey List_of_airports_of_Australia List_of_airports_of_Poland List_of_airports_of_Santa_Cruz_County,_CA List_of_airports_of_Santa_Cruz_County,_California List_of_airport_circulators List_of_airport_in_the_Netherlands List_of_airships_of_the_United_States_Navy List_of_airships_of_the_United_States_Navy List_of_Airship_Accidents List_of_airship_accidents List_of_airworthy_Ju_52 List_of_air_forces List_of_air_forces List_of_air_stations_of_the_Royal_Navy List_of_Alabama_counties List_of_alabama_counties List_of_Alabama_county_name_etymologies List_of_Alabama_Governors List_of_Alabama_numbered_highways List_of_Alabama_railroads List_of_Alabama_rivers List_of_Alabama_state_highways List_of_Alabama_state_parks List_of_Alabama_state_prisons List_of_Alabama_State_Routes List_of_Alaska_boroughs_and_census_areas List_of_Alaska_borough_and_census_area_name_etymologies List_of_Alaska_census_areas_and_boroughs List_of_Alaska_counties List_of_Alaska_Governors List_of_Alaska_numbered_highways List_of_Alaska_railroads List_of_Alaska_rivers List_of_Alaska_state_highways List_of_Alaska_state_prisons List_of_Albania-related_articles List_of_Albania-related_articles List_of_Albania-related_topics List_of_Albanian-Americans List_of_Albanians List_of_Albanians List_of_Albanian_Academic_Institutions List_of_Albanian_Academic_Institutions List_of_Albanian_companies List_of_Albanian_films List_of_Albanian_films List_of_Albanian_islands List_of_Albanian_lakes List_of_Albanian_languages List_of_Albanian_language_poets List_of_Albanian_monarchs List_of_Albanian_mountains List_of_Albanian_poets List_of_Albanian_prefectures List_of_Albanian_prefectures List_of_Albanian_rivers List_of_Albanian_rivers List_of_Albanian_seas List_of_Albanian_writers List_of_Alberta-related_topics List_of_Alberta_Census_Divisions List_of_Alberta_census_divisions List_of_Alberta_general_elections List_of_Alberta_Legislative_Assemblies List_of_Alberta_lieutenant-governors List_of_Alberta_Premiers List_of_Alberta_premiers List_of_Alberta_provincial_highways List_of_Alberta_provincial_highways List_of_Alberta_rivers List_of_Alberta_senators List_of_Alberta_Universities List_of_Alberta_universities List_of_albinos List_of_Albums List_of_albums List_of_albums List_of_albums/delete List_of_albums_(0-9_and_punctuation) List_of_albums_(A) List_of_albums_(B) List_of_albums_(C) List_of_albums_(D) List_of_albums_(E) List_of_albums_(F) List_of_albums_(G) List_of_albums_(H) List_of_albums_(I) List_of_albums_(J) List_of_albums_(K) List_of_albums_(L) List_of_albums_(M) List_of_albums_(N) List_of_albums_(O) List_of_albums_(P) List_of_albums_(Q) List_of_albums_(R) List_of_albums_(S) List_of_albums_(T) List_of_albums_(U) List_of_albums_(V) List_of_albums_(W) List_of_albums_(X) List_of_albums_(Y) List_of_albums_(Z) List_of_albums_by_genre List_of_albums_by_performer List_of_albums_by_The_Beatles List_of_albums_by_The_Beatles List_of_albums_by_the_Beatles List_of_albums_by_the_Beatles List_of_albums_which_include_20_or_more_tracks List_of_albums_which_include_20_or_more_tracks List_of_albums_whose_title_is_the_same_as_their_performer List_of_alchemical_substances List_of_alchemists List_of_ALCO_diesel_locomotives List_of_Alemannic_languages List_of_Alfred_Hitchcock_Presents_episodes List_of_algebraic_coding_theory_topics List_of_algebraic_geometry_topics List_of_algebraic_geometry_topics List_of_algebraic_number_theory_topics List_of_algebraic_topology_topics List_of_algebraic_topology_topics List_of_Algeria-related_topics List_of_Algerian_massacres_of_the_1990s List_of_Algerian_massacres_of_the_1990s List_of_Algerian_writers List_of_algorithms List_of_algorithms List_of_algorithm_general_topics List_of_aliens List_of_aliens_in_fiction List_of_aliens_in_fiction List_of_aliens_in_fiction_by_type List_of_aliens_in_fiction_by_type List_of_alkanes List_of_alkanes List_of_all-women_bands List_of_all-women_bands List_of_alleged_al-Qaeda_members List_of_alleged_al-Qaeda_members List_of_alleged_Al-Qaida_members List_of_alleged_conspiracy_theories List_of_alleged_conspiracy_theories List_of_alleged_diploma_mills List_of_Allied_ships_at_the_Japanese_surrender List_of_Allied_warships_that_served_at_Gallipoli List_of_Allied_warships_that_served_at_Gallipoli List_of_Allium_species List_of_Allocasuarina_species List_of_alloys List_of_Allusions_in_DoTA List_of_all_Andy_Griffith_Show_Cast List_of_all_Doctor_Who_Characters List_of_all_lists_which_do_not_contain_themselves List_of_all_lists_which_do_not_contain_themselves List_of_all_lists_which_do_not_include_themselves List_Of_All_Music_Videos_By_Year List_of_All_My_Children_characters List_of_all_nuclear_explosions_in_human_history List_of_all_people_living_and_dead List_of_all_ships_of_the_Royal_Navy,_A List_of_all_ships_of_the_Royal_Navy,_B List_of_all_ships_of_the_Royal_Navy,_C List_of_all_ships_of_the_Royal_Navy,_D List_of_all_ships_of_the_Royal_Navy,_E List_of_all_ships_of_the_Royal_Navy,_F List_of_all_ships_of_the_Royal_Navy,_G List_of_all_ships_of_the_United_States_Navy,_A List_of_all_ships_of_the_United_States_Navy,_B List_of_all_ships_of_the_United_States_Navy,_C List_of_all_ships_of_the_United_States_Navy,_D List_of_all_ships_of_the_United_States_Navy,_E List_of_all_ships_of_the_United_States_Navy,_F List_of_all_ships_of_the_United_States_Navy,_G List_of_all_ships_of_the_United_States_Navy,_H List_of_all_ships_of_the_United_States_Navy,_I List_of_all_ships_of_the_United_States_Navy,_J List_of_all_ships_of_the_United_States_Navy,_K List_of_all_ships_of_the_United_States_Navy,_L List_of_all_ships_of_the_United_States_Navy,_M List_of_all_ships_of_the_United_States_Navy,_N List_of_all_ships_of_the_United_States_Navy,_O List_of_all_ships_of_the_United_States_Navy,_P List_of_all_ships_of_the_United_States_Navy,_Q List_of_all_ships_of_the_United_States_Navy,_R List_of_all_ships_of_the_United_States_Navy,_S List_of_all_ships_of_the_United_States_Navy,_T List_of_all_ships_of_the_United_States_Navy,_U List_of_all_ships_of_the_United_States_Navy,_V List_of_all_ships_of_the_United_States_Navy,_W List_of_all_ships_of_the_United_States_Navy,_X List_of_all_ships_of_the_United_States_Navy,_Y List_of_all_ships_of_the_United_States_Navy,_Z List_of_All_That_characters List_of_All_That_characters List_of_all_two-letter_combinations List_of_all_two-letter_combinations List_of_all_two-letter_combinations/Test List_of_almanacs List_of_Almería_Kings List_of_Aloe_species List_of_alphabets List_of_alphabets List_of_Alsatians_and_Lorrainians List_of_Alternate_Earths List_of_alternative,_speculative_and_disputed_sciences List_of_alternative,_speculative_and_disputed_sciences