| CCS 2100 | | Comp 310 | | CCS 1300 | | CCS 1200 | | CCS 1100 | | CCS 1000 | | CS 212 | | Email: cpuccs@yahoo.com

Wednesday, March 6, 2013

Mock Final Laboratory Exam Sample for Data Structures and Algorithm

The following is the link to the copy of mock test given in preparation for the final exams next week. (Note: click the smaller download link, not the big one in the ads):

Mock Programming Test

URL: http://www.2shared.com/file/3_e-C8Gg/Mock_Test.html

It contains the following:

      1. Abstract classes of the data structures' Array-Based Lists, Linked Lists, Stacks and Queues
      2. Sample programs of the said data structures as well as that of Recursion
      3. Sample test with instructions.

Note of the following laboratory exam schedules for the CCS 1300 S.Y. 2012-2013:
      1826 - March 15
      1827 - March 13
      1829 - March 19
      1830 - March 14

These will be during your laboratory schedule. Admittance only for those who arrive 15 minutes after the time.

Good luck!

Monday, March 4, 2013

Functions and Classes in C++


Here is the sample application of Functions and Classes in c++.

Things to note:
1.      Identify the object or class
2.      Identify its properties
3.      Identify its functions: usually they are the following:
a.      Function of each input
b.      Function for calculations and display
4.      Then, define and order them in the program

Click the jump for an example.

Tuesday, February 26, 2013

Recursion Sample

The following is the link to the sample program demonstrating how Recursion works. (Note: click the smaller download link, not the big one in the ads):

Recursion
URL: http://www.2shared.com/file/MNHpIMfO/Recursion.html

Wednesday, February 20, 2013

Queues Example

The following is the link to the sample program demonstrating how queues work. (Note: click the smaller download link, not the big one in the ads):

Queues
http://www.2shared.com/file/XC5kxDuv/Queues.html

Tuesday, February 5, 2013

Heap Sort in Details

The following is the link to the document that shows the Heap Sort and how they work. (Note: click the smaller download link, not the big one in the ads):

Heap Sort
URL: http://www.2shared.com/file/CQtj69eE/hepsort.html

Wednesday, January 30, 2013

Stacks Example

The following is the link to a copy of a list using the stacks structure or better known as the Last In First Out.(Note: click the smaller download link, not the big one in the ads):

Stacks
URL: http://www.2shared.com/file/hlDfwyef/Stacks.html

Wednesday, January 23, 2013

Updated Order of Lecture Topics for CCS 1300


The following is the updated order of the lecture topics to be followed in CCS 1300: Data Structures and Algorithm. Please take note of the changes in preparation for the prefinal exams.

LECTURE TOPICS 

PRELIM
I.       Software Engineering Principles and Java Classes
1.     Software Life Cycle
2.     Software Development Phase
3.     Algorithm Analysis: The Big-O Notation
4.     User Defined Classes
5.     Abstract data types

II.     Inheritance and Exception Handling
1.     Inheritance
2.     Abstract Methods and Classes
3.     Composition
4.     Exception Handling