Have students write methods that perform tasks of a standard music player in Java to give them practice manipulating data structures in a familiar context.
Share Have students write methods that perform tasks of a standard music player in Java to give them practice manipulating data structures in a familiar context. with FacebookShare Have students write methods that perform tasks of a standard music player in Java to give them practice manipulating data structures in a familiar context. with Twitter
- This assignment can be implemented earlier in a student’s CS career using arrays, or later on using stacks and queues.
- For a detailed explanation of this assignment, visit Stanford’s nifty assignment page.