PDA

View Full Version : Java Theory


victoria_1018
11-28-2003, 05:28 PM
Hi,
I am currently doing a part time course in JAVA, related to Data Structure and Design, and had some problems in usderstanding some theory terms in JAVA.
I did a lot of web searching but it seem like most of the explaination are in programming.

The following are the lists of java theory terms I am in doubt. I wonder if any one would suggest me with some good website where I could learn and understand these terms in details. It is a bit hard to learn from coding, therefore I shall like to start with theory first.
Thank You.

1. Abstract Data Type (ADT)
2. Binary Tree (Inserting, deleting, searching)
3. In-order, pre-order and post order traversal sequences
4. Stacks and Queue (Bounded Queue)
5. Sorting Algorithm (Merge Sorting...)
6. Infix and Postfix expression
7. Link List
8. Adapter Design Pattern

Thank You Very Much

Spookster
11-28-2003, 07:00 PM
Here are some source files for working with various data structures in java

http://www.cs.fiu.edu/~weiss/dsj2/code/code.html
http://www.cs.fiu.edu/~weiss/dsaajava/code/

That was from the book we used in my college data structures course.

There are some tutorial located here
http://www.dickbaldwin.com/tocint.htm

victoria_1018
11-29-2003, 03:40 AM
Hi Spookster,
Thanks for your good reply.
The link which you had provided, especially the third link is useful.
I will spend my weedends understanding these terms.
Thank You
Regards
Victoria