ICT: Diary
D: 28 W: 05

< January 2026 >
Sun Mon Tue Wed Thu Fri Sat
 123
45678910
11121314151617
18192021222324
25262728293031

Based on notaweblog.php by joshua stein


searching for entries matching "algorithms"…

friday, 24 may 2024
Books Algorithms to live by by Brian Christian and Tom Griffiths Library Level 5, Computing F20 2016-C A philosophy of softare design by John Ousterhout, Computing D20 2018-O, Library Level 5 Look at Modern Operating Systems by Tanenbaum D40 2009-T Glasgow Science Festival Glasgow Science Festival is happening between 6 and 16 June 2024.

monday, 23 april 2018
... algorithm assembly instructions. algorithms cs ...

friday, 31 july 2015
Computational Thinking ( CT ) Completed the Developing Algorithms section. Building a recursive function for division from subtraction, was difficult: Subract Function def subtract(a, b): difference = a - b return difference Divide Function def divide(a, b): quotient = 1 while a > b: quotient += 1 a = subtract(a, b) return quotient works, but I was trying to recurse the divide function. Status of Learning… status of learning style theories : basically there is no evidence to support styles - Frank Coffield was right . ct


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $