Tagged Questions
3
votes
2answers
189 views
Homework Review - Storing three integer values
Consider an 8-bit complier, in which we have an integer of size, say 2-words i.e. 16-bits or 2 bytes. You need to store three integer values which are supposed to be as:
Name Range Size ...
2
votes
2answers
382 views
Please Review my Generic Linked List Implementation in Java
I am looking for feedback on my Doubly Linked List implementation that I have written in Java. I am looking for specific feedback on the efficiency of my code, as well as my usage of generics. I am ...