File tree 4 files changed +4
-4
lines changed
src/main/java/edu/princeton/cs/algs4
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
* along with a <em>count</em> operation that returns the total number
20
20
* of sets.
21
21
* <p>
22
- * The union- find data type models a collection of sets containing
22
+ * The union– find data type models a collection of sets containing
23
23
* <em>n</em> elements, with each element in exactly one set.
24
24
* The elements are named 0 through <em>n</em>–1.
25
25
* Initially, there are <em>n</em> sets, with each element in its
Original file line number Diff line number Diff line change 19
19
* along with a <em>count</em> operation that returns the total number
20
20
* of sets.
21
21
* <p>
22
- * The union- find data type models a collection of sets containing
22
+ * The union– find data type models a collection of sets containing
23
23
* <em>n</em> elements, with each element in exactly one set.
24
24
* The elements are named 0 through <em>n</em>–1.
25
25
* Initially, there are <em>n</em> sets, with each element in its
Original file line number Diff line number Diff line change 31
31
* along with a <em>count</em> operation that returns the total number
32
32
* of sets.
33
33
* <p>
34
- * The union- find data type models a collection of sets containing
34
+ * The union– find data type models a collection of sets containing
35
35
* <em>n</em> elements, with each element in exactly one set.
36
36
* The elements are named 0 through <em>n</em>–1.
37
37
* Initially, there are <em>n</em> sets, with each element in its
Original file line number Diff line number Diff line change 19
19
* along with a <em>count</em> operation that returns the total number
20
20
* of sets.
21
21
* <p>
22
- * The union- find data type models a collection of sets containing
22
+ * The union– find data type models a collection of sets containing
23
23
* <em>n</em> elements, with each element in exactly one set.
24
24
* The elements are named 0 through <em>n</em>–1.
25
25
* Initially, there are <em>n</em> sets, with each element in its
You can’t perform that action at this time.
0 commit comments