Currently, StackAPI and QueueAPI depend on LinkedListAPI. However, we should make each of the APIs independent so a user does not have to add multiple files in order to use those APIs.
APIs that use other APIs for their functionality (ie. HashmapAPI) are fine to remain as they are.
Currently, StackAPI and QueueAPI depend on LinkedListAPI. However, we should make each of the APIs independent so a user does not have to add multiple files in order to use those APIs.
APIs that use other APIs for their functionality (ie. HashmapAPI) are fine to remain as they are.