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 5 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
100 7311 d 14 h irasnyd / Reorganization of school-related projects  
/school
/school/cs241
/school/cs325
/school/cs331
/school/cs352
/cs241
/cs331
/cs435
/lisp
21 7543 d 7 h irasnyd /cs241/p1/ Rearranging Comments.  
/cs241/p1/HashTable.java
18 7543 d 7 h irasnyd /cs241/p1/ Added a blank line at the end of HashTable.java
Added the Documentation file. (Documentation.txt)
Added the script output of a sample run (output.txt)
 
/cs241/p1/Documentation.txt
/cs241/p1/output.txt
/cs241/p1/HashTable.java
17 7543 d 8 h irasnyd /cs241/p1/ Cleaning up case statement  
/cs241/p1/HashTable.java
16 7543 d 8 h irasnyd /cs241/p1/ Cleaning up tabs  
/cs241/p1/HashTable.java
11 7545 d 13 h irasnyd /cs241/p1/ Added statements to prettify the printing of probes.  
/cs241/p1/HashTable.java
10 7545 d 13 h irasnyd /cs241/p1/ Fixed the nextProbe(int,int) method to add support for different types of probing.

The probe types are controlled by the private int probeType. This can be set using
the setProbeType(int) method. DONT FORGET TO SET IT EVERY TIME!
 
/cs241/p1/HashTable.java
9 7546 d 5 h irasnyd /cs241/p1/ Add support to keep track of collisions as the probing goes along.

ONLY KEEPS TRACK OF COLLISIONS ON INSERT!
 
/cs241/p1/HashTable.java
8 7546 d 6 h irasnyd /cs241/p1/ Add many probing types to the nextProbe() method. Still need to do double hashing, and clean up  
/cs241/p1/HashTable.java
7 7546 d 6 h irasnyd /cs241/p1/ Adding many comments to HashTable.java

Also add Precondition / Postcondition to all of HashTable.java
 
/cs241/p1/HashTable.java
6 7559 d 12 h irasnyd /cs241/p1/ implemented the book's Map interface in Map.java

Removed the dummy lines from Hashtable.java since we have a good Map implementation now.
 
/cs241/p1/Map.java
/cs241/p1/HashTable.java
5 7559 d 13 h irasnyd /cs241/p1/ imported HashTable.java from book / notes

had to add many dummy functions to get it to work without chap09.list03.Map
 
/cs241/p1
/cs241/p1/HashTable.java