d7860a161e
* 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 |
||
---|---|---|
.. | ||
c-or-cpp | ||
csharp | ||
haskell | ||
java | ||
js | ||
python | ||
rust/palindrome | ||
README.md |
README.md
String Algorithms
C or C++
- Palindrome Check
- All subsequences
- KMP String Searching
- Rabin Karp String Searching
- String Tokeniser
- String Reversal
- Permutation of String