* ADD - insert_at_beginning
This is a program to add item at the beginning of linked list . Structure Based Implementation .
* Changed FIle Named .
File name was changed in accordance with the contribution guidelines .
* Changed c++ file to c .
The file is updated and named was also changed
* Fixed Bug .
change the type of main function from void to int .
Fixed the edge cases for the deletion .
* added singly linked list in c++
* changed .gitignore to ignore binary files for c++ and java
* changed .gitignore to ignore binary files for c++ and java
* i changed as per review , method names in SinglyLinkedList and folder name
* i changed directory name as per convention