Slashdot Mirror


User: sawanv

sawanv's activity in the archive.

Stories
0
Comments
29
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 29

  1. Re:option 3 on A College Without Microsoft? · · Score: 1

    Hang on.

    " In an educational environment, students should not only be able to learn from source code, but they should be encouraged to play with it, modify it, and be able to give the product of their endeavors away. That way, their modifications can played with, modified, and shared by others to the benefit of everyone. Everyone has the opportunity to scrutinize, modify, and (most importantly) share with everyone else. I find it hard to imagine an environment more conducive to the sharing of information...aka education."

    I havent heard of any uni in which the above is allowed.

  2. Re:Writing code (not typing it) is *hard* on Are Written Computer Science Exams a Fair Measure? · · Score: 1

    push() and pop() is for a STACK, you dickhead.

    No wonder its a "former company" now.

  3. Gomoku on Memorable Programming Assignments? · · Score: 1

    This is probably too advanced for beginners course, but we recently had an assignment to implement Gomoku(5 in a row tic-tac-toe) played on a 31*31 board as part of an AI unit. The goal was to use proper search startegies like minimax, alpha-beta pruning. To make it a bit more fun, the lecturer added some weired rules to it. Have a look at www.computing.edu.au/unitpages/ami251.

  4. Re:Algorithms? on Deep Algorithms? · · Score: 1

    I am inclined to agree with your prog. Most of us are really programmers not computer scientists.