DSA/strings
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
..
c-or-cpp GitHub Action to lint C and C++ code (#156) 2021-04-11 13:48:29 -04:00
csharp chore(strings): replace special character 2021-01-20 09:25:08 -04:00
haskell Add Haskell subSequences (#121) 2021-03-30 07:39:02 -04:00
java Add String Search Algorithms in Java & C++ (#55) 2021-02-02 12:02:30 -04:00
js Typo fix patch (#154) 2021-04-10 05:10:32 -04:00
python Add Palindrome Check Algorithm in Python (Idiomatic Python) (#96) 2021-03-03 14:55:42 -04:00
rust/palindrome rust-> palindrome program, enforces specification in #108 (#109) 2021-03-16 08:41:41 -04:00
README.md Permutation of String (#123) 2021-03-30 08:15:37 -04:00