38 Commits (f6a9bdf4f59c2bb9c053e036aebd8fcc21f68065)
 

Author SHA1 Message Date
Hammy f6a9bdf4f5 Add new error code 3 years ago
Hammy f23df82757 Add List_count() 3 years ago
Hammy 2e5a5c5b64 Ensure list->_maxSize is correctly updated when memory cannot be reallocated 3 years ago
Hammy 13af5aefd6 Return ERRNO_003 for improved readability 3 years ago
Hammy 190ae97a52 Add List_delete() & List_pop() 3 years ago
Hammy 17c58eb90c Add List_delete() definition 3 years ago
Hammy 58822a8565 Revert "Return deleted element from List_remove()" 3 years ago
Hammy 00819f6edc Return deleted element from List_remove() 3 years ago
Hammy 68b8358118 Move Error Codes into list.h 3 years ago
Hammy fe05a09fbd Add methods List_count() & List_pop()
Move Error Codes into list.h
3 years ago
Hammy 86f52f6670 Update documentation 3 years ago
Hammy 6e62654ced Update documentation 3 years ago
Hammy 4db5bfc107 Add List_extend() 3 years ago
Hammy 265998a649 Add option to print out list on new line or not 3 years ago
Hammy 1841d34ed8 Add List_reverse() 3 years ago
Hammy ce668465e7 Format documentation 3 years ago
Hammy 8bbe3534e6 Add List_append_all() method using variable length lists 3 years ago
Hammy b859c41d9f Rename List_maxLength() -> List_max_length() 3 years ago
Hammy 3c7eb952ab Add functionality to sort in descending order 3 years ago
Hammy bdb60ffc5b Remove unused import 3 years ago
Hammy ac9e36bdef Ensure memory is freed when error code is returned 3 years ago
Hammy 8bddbe6a7c Add test for List_remove() 3 years ago
Hammy 03e4007c2a Update .gitignore 3 years ago
Hammy 0633d182c8 Remove elements based on first-occurrence 3 years ago
Hammy 03137f9bed Update documentation 3 years ago
Hammy 81fc21676b Delete lab questions 3 years ago
Hammy 3968765c35 Add more tests 3 years ago
Hammy 328482dc55 Modify test console formatting 3 years ago
Hammy dfbc0a0d07 Remove mutex 3 years ago
Hammy 1b500a4dfd Remove threadsafety code & List_clear() and List_maxLength(() 3 years ago
Hammy 18860e2371 Add more tests 3 years ago
Hammy fba53fe13b Add documentation 3 years ago
sgoudham 89afc3f322 Experiment With Multiple Threads 3 years ago
Hammy 08a0ee0f1a Upload Lab Files & Experiment With Threading 3 years ago
sgoudham 54da2eb09d Upload CMakeList.txt 3 years ago
sgoudham f114e56d4d Add small testing script 3 years ago
sgoudham 14b2c10a2e Upload Current Work So Far 3 years ago
Hamothy a61b8bfab9
Initial commit 3 years ago