Talk:Introduction to Algorithms

From Wikiversity
Jump to navigation Jump to search

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

}

(The preceding unsigned comment was added by 68.243.142.132 (talkcontribs) 23:52, 2 March 2008)


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)[reply]

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)[reply]

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.