Sciweavers

27 search results - page 3 / 6
» sigcse 1999
Sort
View
SIGCSE
1999
ACM
73views Education» more  SIGCSE 1999»
13 years 10 months ago
A student-directed computing community
We describe a computing facility created, supported, maintained, and used entirely by undergraduatestudents. This facility exists outside of the instructional support system,so th...
Adam Bonner
SIGCSE
1999
ACM
179views Education» more  SIGCSE 1999»
13 years 10 months ago
Hospital emergency room simulation: object oriented design issues for CS2
This paper describes a project suitable for students in CS2 that combines the classical implementation of basic data structures (priority queues, lists, arrays) with the design an...
Viera K. Proulx
SIGCSE
1999
ACM
120views Education» more  SIGCSE 1999»
13 years 10 months ago
Visualizing the CPU scheduler and page replacement algorithms
In this paper, we presenttwo packagesthat simulate the multilevel feedbackqueueschedulingalgorithm for a single CPU,andfive pagereplacementalgorithmsthat areusedin the context of ...
Sami Khuri, Hsiu-Chin Hsu
SIGCSE
1999
ACM
123views Education» more  SIGCSE 1999»
13 years 10 months ago
Do we teach the right algorithm design techniques?
Algorithms have cometo be recognizedasthe cornerstone of computing. Surprisingly, there has been little research or discussion of general techniques for designing algorithms. Thou...
Anany Levitin
SIGCSE
1999
ACM
93views Education» more  SIGCSE 1999»
13 years 10 months ago
Patterns for decoupling data structures and algorithms
In order to build a data structure that is extensible and reusable, it is necessary to decouple the intrinsic and primitive behavior of the structure from the application specific...
Dung Zung Nguyen, Stephen B. Wong