Subversion Repositories programming

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
108 7279 d 8 h ira / Adding licenses, as well as template programs for many languages.
Also, renamed test to skeleton to better reflect it's purpose.
 
/languages
/languages/c
/languages/c/template.c
/languages/cpp
/languages/cpp/template.cpp
/languages/cpp/template.h
/languages/java
/languages/java/template.java
/languages/lisp
/languages/lisp/template.lsp
/languages/python
/languages/python/template.py
/school/cs352-prolog/soroka/NOTES_ABOUT_LICENSES.txt
/school/cs435/NOTES_ABOUT_LICENSE.txt
/test
/school/cs241/blank.java
/school/cs241/blank_lines.java
/school/cs241/p1/Country.java
/school/cs241/p1/HashTable.java
/school/cs241/p1/Map.java
/school/cs241/p1/TestHashTable.java
/school/cs241/p2/Driver.java
/school/cs241/p2/Queue.java
/school/cs241/p2/UnorderedTree.java
/school/cs241/p3/BinaryTree.java
/school/cs241/p3/Driver.java
/school/cs241/p3/Queue.java
/school/cs241/p4/AVLTree.java
/school/cs241/p4/BSTree.java
/school/cs241/p4/Driver.java
/school/cs241/p4/Queue.java
/school/cs241/p5/Driver.java
/school/cs241/p5/SortMethods.java
/school/cs241/p5/Test.java
/school/cs331/proj1/Project1.c
/school/cs331/proj2/Project2.c
/school/cs352-prolog/any_odd.pl
/school/cs352-prolog/inc.pl
/school/cs352-prolog/natsq.pl
/school/cs352-prolog/odd.pl
/school/cs352-prolog/sum_odd.pl
/school/cs352/hw01.lisp
/school/cs352/hw02.lisp
/school/cs352/hw03.lisp
/school/cs352/hw04.lisp
/school/cs352/hw05.lisp
/school/cs352/hw06.lisp
/school/cs352/hw07.lisp
/school/cs352/hw07test.lisp
/school/cs352/hw08.lisp
/school/cs352/hw08test.lisp
/school/cs352/hw09.lisp
/school/cs352/hw10.lisp
/school/cs352/hw11.lisp
/school/cs352/hw12.lisp
/school/cs352/hw13.lisp
103 7307 d 9 h irasnyd /school/cs331/proj2/ Changed how far the loop runs to be correct to the comment.  
/school/cs331/proj2/Project2.c
101 7311 d 16 h irasnyd /school/cs331/proj2/ Updated the maximum runsize. This is the feature-complete code, used for all the runs.  
/school/cs331/proj2/Project2.c
100 7311 d 16 h irasnyd / Reorganization of school-related projects  
/school
/school/cs241
/school/cs325
/school/cs331
/school/cs352
/cs241
/cs331
/cs435
/lisp
88 7317 d 10 h irasnyd /cs331/proj2/ This should be the final checkin I hope (other than the finished results). This makes size conformant to the handout. I decided to stop when allocating >1GB of memory, that sounds reasonable to me.  
/cs331/proj2/Project2.c
87 7318 d 15 h irasnyd /cs331/proj2/ More comments, adding a header.  
/cs331/proj2/Project2.c
/cs331/proj2/arrays.c
/cs331/proj2/sorts.c
/cs331/proj2/timing.c
86 7318 d 15 h irasnyd /cs331/proj2/ MASSIVE code cleanups. Broke out code that is reusable.  
/cs331/proj2/arrays.c
/cs331/proj2/sorts.c
/cs331/proj2/timing.c
/cs331/proj2/Project2.c
85 7319 d 5 h irasnyd /cs331/proj2/ More optimization. group_size=11 seems to be pretty good...

Dynamically choose group size?
 
/cs331/proj2/Project2.c
84 7319 d 5 h irasnyd /cs331/proj2/ Some optimization of algo 4.  
/cs331/proj2/Project2.c
83 7319 d 5 h irasnyd /cs331/proj2/ Implemented algorithm 4, the MM algo.

All unoptimized.
 
/cs331/proj2/Project2.c
82 7319 d 15 h irasnyd /cs331/proj2/ Adding 3rd algorithm, recursive partition().  
/cs331/proj2/Project2.c
77 7321 d 5 h irasnyd /cs331/ Hopefully I got the CS331 import correct this time  
/cs331
/cs331/proj1
/cs331/proj1/Makefile
/cs331/proj1/Project1.c
/cs331/proj1/results_0.txt
/cs331/proj1/results_1.txt
/cs331/proj1/results_2.txt
/cs331/proj2
/cs331/proj2/Makefile
/cs331/proj2/Project2.c