* GitHub Action to lint C and C++ code
GitHub Action to run cpplint recursively on all pushes and pull requests https://github.com/cpplint/GitHub-Action-for-cpplint
* Update cpplint.yml
* Update cpplint.yml
* Update cpplint.yml
* Fix import order
Found C system header after C++ system header. Should be: doubly.h, c system, c++ system, other. [build/include_order] [4]
* Fix import order
* Update string-tokeniser.cpp
* 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