Sciweavers

1098 search results - page 89 / 220
» Experimental economics and experimental computer science: a ...
Sort
View
IPCAI
2010
13 years 7 months ago
New Kinematic Metric for Quantifying Surgical Skill for Flexible Instrument Manipulation
Colonoscopy is a minimally invasive endoscopic procedure to survey, diagnose and treat possible disease in the colon. Clinicians are trained to manipulate a colonoscope while minim...
Jagadeesan Jayender, Raúl San José E...
SIGCSE
2012
ACM
310views Education» more  SIGCSE 2012»
12 years 4 months ago
CSTutor: a pen-based tutor for data structure visualization
We present CSTutor, a sketch-based interface designed to help students understand data structures. It currently supports Linked Lists, Binary Search Trees, AVL Trees, and Heaps, a...
Sarah Buchanan, Brandon Ochs, Joseph J. LaViola Jr...
SIGCSE
2005
ACM
134views Education» more  SIGCSE 2005»
14 years 2 months ago
Enhancing team knowledge: instruction vs. experience
Information technology projects are growing in complexity and require teams to solve problems and develop solutions. With current undergraduate, computer science and information s...
Debra L. Smarkusky, Richard F. Dempsey, Joan J. Lu...
ITICSE
2004
ACM
14 years 2 months ago
Program quality with pair programming in CS1
Prior research on pair programming has found that compared to students who work alone, students who pair have shown increased confidence in their work, greater success in CS1, an...
Brian Hanks, Charlie McDowell, David Draper, Milov...
ACSC
2009
IEEE
14 years 4 months ago
Fast and Compact Hash Tables for Integer Keys
A hash table is a fundamental data structure in computer science that can offer rapid storage and retrieval of data. A leading implementation for string keys is the cacheconscious...
Nikolas Askitis