Lecture Notes

[ Lecture Notes




Code from 2003-04 Ist Semester



Source Code From the Previous Lectures
Topics
Samples Of different programming languages
Java Syntax
Intro to Methods and parameters
Iterative SquareRoot procedure
Variable Scope
Recursion (misc)
Fibonacci class
Date class (code reuse)
Course class
Student class
Interface Code
Notes on Mathematical Optimization (POSTSCRIPT)
Notes on Montecarlo method (POSTSCRIPT)
The Eight (actually n) Queens Problem

NOTE: To read postscript files, download it to your area, and then run this command from a shell window:

gv FILENAME




Lecture Notes from Previous Year

Topics
Associated Java programs