User Tools

Site Tools


assignments:a1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
assignments:a1 [2013/05/18 15:59] pawlukassignments:a1 [2016/05/12 13:54] (current) pawluk
Line 1: Line 1:
 ====== Assignment 1 ====== ====== Assignment 1 ======
-===Due date: Wednesday, May 29, 2013===+<del>Due date: Wednesday, May 29, 2013</del> 
 +===Due date: Friday, May 31, 2013===
  
   * [[http://www.cse.yorku.ca/course_archive/2012-13/S/3311/files/a1.pdf|Specification]]   * [[http://www.cse.yorku.ca/course_archive/2012-13/S/3311/files/a1.pdf|Specification]]
Line 7: Line 8:
  
   * Solution   * Solution
 +  *  
 +Cover Page: [[http://www.cse.yorku.ca/course_archive/2012-13/F/3311/report1/coverpage.pdf|pdf]] and [[http://www.cse.yorku.ca/course_archive/2012-13/F/3311/report1/coverpage.docx|doc]]
  
 == Hints == == Hints ==
    - Two useful implementations of SET are    - Two useful implementations of SET are
-     * [[TWO_WAY_SORTED_SET|http://docs.eiffel.com/static/libraries/base/two_way_sorted_set_chart.html]] +     * [[http://docs.eiffel.com/static/libraries/base/two_way_sorted_set_chart.html|TWO_WAY_SORTED_SET]] 
-     * [[BINARY_SEARCH_TREE_SET|http://docs.eiffel.com/static/libraries/base/binary_search_tree_set_chart.html]]+     * [[http://docs.eiffel.com/static/libraries/base/binary_search_tree_set_chart.html|BINARY_SEARCH_TREE_SET]]
 Both are generic classes and require the argument to implement interface COMPARABLE (which is true about STRING and INTEGER in Eiffel. In addition they offer you search capabilities that may be useful.  Both are generic classes and require the argument to implement interface COMPARABLE (which is true about STRING and INTEGER in Eiffel. In addition they offer you search capabilities that may be useful. 
  
Line 19: Line 21:
      * Result is set to **0** for all numerical types (e.g. INTEGER)       * Result is set to **0** for all numerical types (e.g. INTEGER) 
      * If Result is complex (e.g. LIST or SET) and you want to per      * If Result is complex (e.g. LIST or SET) and you want to per
- 
- 
- 
- 
  
assignments/a1.1368892766.txt.gz · Last modified: 2013/05/18 15:59 by pawluk