Commit Graph

2 Commits (ca93cfa934a688c88187acfb67c1fc019839d83d)

Author SHA1 Message Date
Christian Clauss d7860a161e
GitHub Action to lint C and C++ code (#156)
* 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
2021-04-11 13:48:29 -04:00
Vinayak Ravi Joshi 98d54a67d1
Code for inserting elements in doubly linked list (#67)
* Code for inserting elements in doubly linked list

* Circular linked list added
2021-02-09 09:24:16 -04:00