User Tools

Site Tools


haas:fall2018:discrete:projects:yol0

Differences

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

Link to this comparison view

Next revision
Previous revision
haas:fall2018:discrete:projects:yol0 [2017/11/06 18:24] – external edit 127.0.0.1haas:fall2018:discrete:projects:yol0 [2018/10/14 21:15] (current) – [Program] wedge
Line 10: Line 10:
  
 Algorithms will rely on both mathematical and logical operations. Algorithms will rely on both mathematical and logical operations.
- 
-I would hope that all those weekly puzzles you have been doing (which you've been putting honest effort into doing and reflecting regularly on the process, especially the thought processes, right?) are starting to pay off... so much of the reasoning patterns you've likely had to apply to solve the puzzles will really come in handy with this project. 
  
 =====Decks of Cards===== =====Decks of Cards=====
Line 69: Line 67:
   * _if functions make use of your standard selection statements (likely how you'd approach it by default)   * _if functions make use of your standard selection statements (likely how you'd approach it by default)
   * _tern functions will only make use of ternary operators (no if()/switch() statements)   * _tern functions will only make use of ternary operators (no if()/switch() statements)
-  * _algo functions will only make use of math/logic operations (no if()/switch() statements, no ternary operators, nor other conditional processing)+  * _algo functions will only make use of math/logic operations (no if()/switch() statements, no ternary operators)
  
 You can (and should) make use of arrays. You can (and should) make use of arrays.
haas/fall2018/discrete/projects/yol0.1509992698.txt.gz · Last modified: 2017/11/06 18:24 by 127.0.0.1