* 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
* 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