* fixed incorrect links
* added singly list Data structure
* removed semi-column
* added doubly linked list
* added doubly linked list
* docs: update linked list index
add python double linked list in the linked list inded
Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
* 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 java
* added commnets
* addded singly linked list in javascript
* Rename SinglyLinkedLIst.java to singly-linked-list.java
* 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