structlinks
                                
                                
                                
                                    structlinks copied to clipboard
                            
                            
                            
                        added a extra tail pointer to make appending faster without traversing the entire linked list
This is my first time writing something here on GitHub. I have added an extra tail pointer so that appending can be done faster in constant time. but I don't have any idea on how to make a pull request.