Ignore:
Timestamp:
Oct 16, 2018, 7:22:39 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
57b0b1f
Parents:
7b61ce8
Message:

Add discussion of variants of environment data structures to thesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r7b61ce8 reeb0767  
    19411941}
    19421942
     1943@article{Galil91,
     1944  keywords = {union-find},
     1945  contributer = {a3moss@uwaterloo.ca},
     1946  title={Data structures and algorithms for disjoint set union problems},
     1947  author={Galil, Zvi and Italiano, Giuseppe F},
     1948  journal={ACM Computing Surveys (CSUR)},
     1949  volume={23},
     1950  number={3},
     1951  pages={319--344},
     1952  year={1991},
     1953  publisher={ACM}
     1954}
     1955
    19431956@article{Liskov75,
    19441957    keywords    = {abstract data types, encapsulation, verification},
     
    20782091    year        = {1998},
    20792092    pages       = {393-407},
     2093}
     2094
     2095@book{Aho74,
     2096  keywords = {algorithms, textbook, union-find},
     2097  contributer = {a3moss@uwaterloo.ca},
     2098  title = {The Design and Analysis of Computer Algorithms},
     2099  author = {Aho, Alfred V and Hopcroft, John E and Ullman, Jeffrey D},
     2100  year = {1974},
     2101  publisher = {Addison-Wesley},
     2102  address = {Reading, MA, USA}
    20802103}
    20812104
     
    28772900    month       = oct,
    28782901    year        = 1988,
    2879     pages       = {143-149}
     2902    pages       = {143--149}
     2903}
     2904
     2905@InProceedings{Patwary10,
     2906keywords = {union-find},
     2907contributer = {a3moss@uwaterloo.ca},
     2908author={Patwary, Md. Mostofa Ali and Blair, Jean and Manne, Fredrik},
     2909editor={Festa, Paola},
     2910title={Experiments on Union-Find Algorithms for the Disjoint-Set Data Structure},
     2911booktitle={Experimental Algorithms},
     2912year=2010,
     2913publisher={Springer Berlin Heidelberg},
     2914address={Berlin, Heidelberg},
     2915pages={411--423},
     2916isbn={978-3-642-13193-6}
    28802917}
    28812918
     
    35543591    publisher   = {ACM Press},
    35553592    address     = {New York, NY, USA},
     3593}
     3594
     3595@article{Galler64,
     3596  keywords={union-find, original},
     3597  contributer={a3moss@uwaterloo.ca},
     3598  title={An improved equivalence algorithm},
     3599  author={Galler, Bernard A and Fisher, Michael J},
     3600  journal={Communications of the ACM},
     3601  volume={7},
     3602  number={5},
     3603  pages={301--303},
     3604  year={1964},
     3605  publisher={ACM}
    35563606}
    35573607
     
    74767526}
    74777527
     7528@article{Tarjan84,
     7529 keywords = {union-find},
     7530 contributer = {a3moss@uwaterloo.ca},
     7531 author = {Tarjan, Robert E. and van Leeuwen, Jan},
     7532 title = {Worst-case Analysis of Set Union Algorithms},
     7533 journal = {J. ACM},
     7534 issue_date = {April 1984},
     7535 volume = {31},
     7536 number = {2},
     7537 month = mar,
     7538 year = {1984},
     7539 issn = {0004-5411},
     7540 pages = {245--281},
     7541 numpages = {37},
     7542 url = {http://doi.acm.org/10.1145/62.2160},
     7543 doi = {10.1145/62.2160},
     7544 acmid = {2160},
     7545 publisher = {ACM},
     7546 address = {New York, NY, USA},
     7547}
     7548
    74787549% X
    74797550
Note: See TracChangeset for help on using the changeset viewer.