Index: doc/bibliography/pl.bib
===================================================================
--- doc/bibliography/pl.bib	(revision 9805dd08f667c0003891627789ec260c1ebe23c9)
+++ doc/bibliography/pl.bib	(revision eeb0767cec7eef8d463f33fcf957d5a78f34339d)
@@ -1941,4 +1941,17 @@
 }
 
+@article{Galil91,
+  keywords = {union-find},
+  contributer = {a3moss@uwaterloo.ca},
+  title={Data structures and algorithms for disjoint set union problems},
+  author={Galil, Zvi and Italiano, Giuseppe F},
+  journal={ACM Computing Surveys (CSUR)},
+  volume={23},
+  number={3},
+  pages={319--344},
+  year={1991},
+  publisher={ACM}
+}
+
 @article{Liskov75,
     keywords	= {abstract data types, encapsulation, verification},
@@ -2078,4 +2091,14 @@
     year	= {1998},
     pages	= {393-407},
+}
+
+@book{Aho74,
+  keywords = {algorithms, textbook, union-find},
+  contributer = {a3moss@uwaterloo.ca},
+  title = {The Design and Analysis of Computer Algorithms},
+  author = {Aho, Alfred V and Hopcroft, John E and Ullman, Jeffrey D},
+  year = {1974},
+  publisher = {Addison-Wesley},
+  address = {Reading, MA, USA}
 }
 
@@ -2877,5 +2900,19 @@
     month	= oct,
     year	= 1988,
-    pages	= {143-149}
+    pages	= {143--149}
+}
+
+@InProceedings{Patwary10,
+keywords = {union-find},
+contributer = {a3moss@uwaterloo.ca},
+author={Patwary, Md. Mostofa Ali and Blair, Jean and Manne, Fredrik},
+editor={Festa, Paola},
+title={Experiments on Union-Find Algorithms for the Disjoint-Set Data Structure},
+booktitle={Experimental Algorithms},
+year=2010,
+publisher={Springer Berlin Heidelberg},
+address={Berlin, Heidelberg},
+pages={411--423},
+isbn={978-3-642-13193-6}
 }
 
@@ -3554,4 +3591,17 @@
     publisher	= {ACM Press},
     address	= {New York, NY, USA},
+}
+
+@article{Galler64,
+  keywords={union-find, original},
+  contributer={a3moss@uwaterloo.ca},
+  title={An improved equivalence algorithm},
+  author={Galler, Bernard A and Fisher, Michael J},
+  journal={Communications of the ACM},
+  volume={7},
+  number={5},
+  pages={301--303},
+  year={1964},
+  publisher={ACM}
 }
 
@@ -7476,4 +7526,25 @@
 }
 
+@article{Tarjan84,
+ keywords = {union-find},
+ contributer = {a3moss@uwaterloo.ca},
+ author = {Tarjan, Robert E. and van Leeuwen, Jan},
+ title = {Worst-case Analysis of Set Union Algorithms},
+ journal = {J. ACM},
+ issue_date = {April 1984},
+ volume = {31},
+ number = {2},
+ month = mar,
+ year = {1984},
+ issn = {0004-5411},
+ pages = {245--281},
+ numpages = {37},
+ url = {http://doi.acm.org/10.1145/62.2160},
+ doi = {10.1145/62.2160},
+ acmid = {2160},
+ publisher = {ACM},
+ address = {New York, NY, USA},
+} 
+
 % X
 
