Add CMakeLists for all datastructs
+ Reorder, refactor comments
This commit is contained in:
@@ -75,7 +75,7 @@ QueueList::~QueueList()
|
||||
/** enqueue
|
||||
* @brief Queue a value to the tail of our linked list
|
||||
*
|
||||
* @param x The value to be inserted into the queue
|
||||
* @param val The value to be inserted into the queue
|
||||
*/
|
||||
bool QueueList::enqueue(int val)
|
||||
{
|
||||
@@ -158,6 +158,7 @@ void QueueList::makeEmpty()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
* Private Member Functions
|
||||
*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user