Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
fp2025:hw2 [2025/04/10 15:43] abaroiu added hw2 page |
fp2025:hw2 [2025/04/10 17:21] (current) abaroiu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Homework 2. Sets as trees ====== | + | {{:fp2025:hw2-word-tree.zip|}}====== Homework 2. Sets as trees ====== |
In this homework, you will implement a **binary search tree**, that you will use to gather stats about **words** from a particular text. Generally, in a [[https://en.wikipedia.org/wiki/Binary_search_tree| binary search tree]]: | In this homework, you will implement a **binary search tree**, that you will use to gather stats about **words** from a particular text. Generally, in a [[https://en.wikipedia.org/wiki/Binary_search_tree| binary search tree]]: | ||
Line 129: | Line 129: | ||
* Please follow the [[fp2025:submission-guidelines| Submission guidelines]] which are the same for all homework. | * Please follow the [[fp2025:submission-guidelines| Submission guidelines]] which are the same for all homework. | ||
- | * To solve your homework, download the {{:fp2024:h2-word-tree.zip|Project template}}, import it in IntellIJ, and you are all set. Do not rename the project manually, as this may cause problems with IntellIJ. | + | * To solve your homework, download the {{:fp2025:hw2-word-tree.zip|Project template}}, import it in IntellIJ, and you are all set. Do not rename the project manually, as this may cause problems with IntellIJ. |