ahampal/linked-list-api
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Amit Hampal Description: Implementation of a standard doubly linked list data structure Compilation: execute 'make' to create LinkedListAPI library execute 'make test' to create test executable execute './test' to view output of basic tests done on library Limitations: no known limitations