Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-20 | (list)~struct List is not necessary | Aryadev Chavali | |
Slight whiplash from change to C++, can just use typename now. | |||
2021-11-20 | (list)+list.cpp file | Aryadev Chavali | |
Will have all the singly linked list algorithms I can think of, using the structure I have defined (template based singly linked list) and the simple append function I have added that also acts as the main method of creating an instance. | |||
2021-11-20 | (General)+readme | Aryadev Chavali | |