Search

You can find the results of your search below.

infinite-trees
39 Hits, Last modified:
new problem: <code java> interface INode {} class Leaf implements INode { Leaf(){} } class Node implements INode { int data; INode left; ... ft = left; this.right = right; } } class Examples { INode myTree = new Node(4, ... ture the essence of our problem. Instead, we need classes that capture the "unfinished" nature of some no
teaching
3 Hits, Last modified:
elleisen.org/matthias/HtDC/htdc.pdf|How to Design Classes]] * [[https://github.com/TesterViera|Javali... /|Marc Rettig's blog]] where you can download the classic Data Normalization Poster which was given away ... st?list=PLIRjfNq867bewk3ZGV6Z7a16YDNRCpK3u|GitHub Classroom Getting Started Guide]] ==== Online ==== *
concurrency
1 Hits, Last modified:
] - The place for Communicating Processes * The classic text: [[http://www.usingcsp.com/|Communicating