180+ Algorithm & Data Structure Problems using C++
-
Updated
Feb 6, 2024 - C++
180+ Algorithm & Data Structure Problems using C++
Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging NEON, AVX2, AVX-512, and SWAR to accelerate search, sort, edit distances, alignment scores, etc 🦖
Unicode (UTF-8) capable std::string
Fast and portable character string processing in R (with the Unicode ICU)
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification
(Hopefully) useful code snippets and header-only libs
C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html
Data-Structures using C++.
bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which deals with very very large Integers. It can also be used in Decryption process. It has many inbuilt functions which can be very useful.
Flexible modern C++ string library with type-safe formatting
Arduino library with Stream helper classes. BufferedPrint stream for efficient networking. ChunkedPrint for HTTP chunked encoding. ChunkedStreamReader for HTTP chunked decoding. CStringBulder builds a c-string with Print class methods. StringReadStream to wrap string as Stream. And printf() function with formatting string from F macro.
Fast, in stack, fixed size string implementation with constexpr noexcept constructors and accessors. fixed_size_string improves memory locality and latency of strings by avoiding heap allocations.
String facilities for C++98 and later - a library in search of its identity.
Utilities for working with strings at compile time and passing strings as template parameters.
C++ library for Lua style pattern matching
Just a package containing tools to manipulate a string.
Implementation of markov chains in Cpp
In this Repository, I put all My LeetCode Solutions
🏆 Competitive programming in your pocket
Add a description, image, and links to the string-manipulation topic page so that developers can more easily learn about it.
To associate your repository with the string-manipulation topic, visit your repo's landing page and select "manage topics."