DSA/linked-lists/c-or-cpp
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
..
Insert-and-delete-beginning.c GitHub Action to lint Python code (#151) 2021-04-10 21:21:48 -04:00
all-possible-insertion.cpp Add all possible insertion on linked lists (#82) 2021-02-26 11:39:29 -04:00
circular.cpp Code for inserting elements in doubly linked list (#67) 2021-02-09 09:24:16 -04:00
doubly.cpp GitHub Action to lint C and C++ code (#156) 2021-04-11 13:48:29 -04:00
josephus-problem.c Add Josephus Problem Using Circular Linked List (#86) 2021-02-28 09:18:15 -04:00
reverse.cpp chore: reanme reverse-linkedlist to reverse 2021-02-09 09:29:45 -04:00
singly.cpp Add method to single linkedlist (#75) 2021-02-16 20:53:04 -04:00