rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

Basic Data Structures #18

Closed rellermeyer closed 4 years ago

rellermeyer commented 10 years ago

We will need them in many different places so somebody could implement us things like a basic linked list and a ring buffer.

KaelenHaag1 commented 10 years ago

I'm interested in doing the linked list. I'm sure we can split this up into separate tasks as we think of more data structures.

rellermeyer commented 10 years ago

Sounds good.

bigfuss commented 10 years ago

I'm willing to try to implement the ring buffer

recio862 commented 10 years ago

I would be open to helping with the linked list / ring buffer or other data structures as we see fit

KaelenHaag1 commented 10 years ago

Sounds good. I'll let you know if I need any help!

buzzmark commented 10 years ago

Are there any others that still need doing?

khicks commented 10 years ago

Are there any other data structures that should be implemented? I'd be happy to do those.

jdonszelmann commented 4 years ago

Many datastructures have been implemented now. From now on let's only make new ones when we actually need them