Weidong's CSC148 Blog
Saturday, March 29, 2014
Week 11: Sorting and Efficiency
›
Last two weeks, we learned about sorting and efficiency. In terms of efficiency, the major concentration is on running time complexity. ...
8 comments:
Sunday, March 23, 2014
Week9: Binary Search Tree Data Structure
›
In this week's lecture and lab, we concentrated on the binary search tree data structure. A binary search tree is a binary...
9 comments:
Sunday, March 9, 2014
Week8: Linked List Data Stucture
›
In these two weeks lecture, we learned another data structure, linked list. Linked lists are made up of nodes, where each node co...
7 comments:
Sunday, March 2, 2014
Week 7: Recursion
›
We have been working with recursion since the fourth week of this course on lectures, labs, exercises and assignments. Here I will write...
4 comments:
Monday, February 17, 2014
Week 6: Binary Tree and Usage of Some Built-in Functions
›
This week, I learned something about recursive structures. Binary tree is a kind of recursive structure. Generally, it has one node, le...
4 comments:
Thursday, February 6, 2014
Week 5: Name Problems in Python
›
At the beginning of learning to write functions, I find local variables very confusing. Through a period of study and this weeks' to...
4 comments:
Saturday, February 1, 2014
Week4: Use of Unittest
›
In this week's lab, we used the Python test module 'unittest' to test the methods of the class we wrote. Accustomed to use ...
2 comments:
›
Home
View web version