Aryadev Chavali
ede2e8bfc0
(General)+makefile for common recipes that I'll use in this project
...
Just write a few lines and it saves so much time. Don't try to
automate it too much though.
2021-11-20 22:58:43 +00:00
Aryadev Chavali
e30444cdde
(list)+destructor function in struct
...
Nice feature of C++, destructors make it kinda nice to do memory
management. Though they don't fully reduce the pain lol
2021-11-20 22:57:27 +00:00
Aryadev Chavali
cae91a793c
(list)+first test with appends and output
...
Main now uses append and cout mechanisms for a simple program!
2021-11-20 22:51:25 +00:00
Aryadev Chavali
fc6fc4032b
(list)+simple output mechanism via C++ streams
...
cout has inbuilt support for multiple types, easier than using
printf. Just have to ease the compiler into it
2021-11-20 22:50:05 +00:00
Aryadev Chavali
fccfcd4a9f
(list)~struct List is not necessary
...
Slight whiplash from change to C++, can just use typename now.
2021-11-20 22:40:56 +00:00
Aryadev Chavali
a495bd9c64
(list)+list.cpp file
...
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 22:35:32 +00:00
Aryadev Chavali
73e2e18839
(General)+readme
2021-11-20 22:35:18 +00:00