Talk:Introduction to Algorithms
Add topicAppearance
Latest comment: 12 years ago by Azotochtli in topic Added heading for computer science unofficial degree
Module main ( )
Declare Integer x = 1 Declare Real y = 3.4 Display x, " " ,y Call changeUs(x, y)
End Module
Module changeUs (x,y) {
Set a = 0 Set b = 0.0 Display a, " " , b
}
— Preceding unsigned comment added by 68.243.142.132 (talk • contribs) 23:52, 2 March 2008 (UTC)
I think that the concept of determinism needs to be introduced becasue this is a page about deterministic algorithms—Kinkydarkbird 01:38, 5 January 2009 (UTC)
Added heading for computer science unofficial degree
[edit source]I added a header and category on this page for thethe Unofficial Computer Science Degree.-- Azotochtli (talk) 19:15, 11 August 2012 (UTC)
Layout
[edit source]I have started adjusting the layout of this course, and moving the content to lessons within the course. Feel free to revert if this is too much of a change, or help me move things over. Please sign your name under active participants if you are currently editing this page.