Common Code for Competitive Programming in C++
-
Updated
Feb 10, 2024 - C++
Common Code for Competitive Programming in C++
The algorithms from Data Structures, Competitive Programming Courses
Checking the correct use of ( ) and { } and [ ] in mathematical expressions
A robust C++ solution for validating parentheses in strings. This project features a well-tested algorithm that handles different types of parentheses, including (), {}, and []. It is designed to cover a wide range of scenarios, from simple to complex nested structures, ensuring the correct ordering and pairing of parentheses.
My solutions for different online judges: UVa, LightOJ, SPOJ, Codeforces, Codechef, Atcoder, Timus, URI etc.
C++ homework code and final project
Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.
A library for generalised suffix trees
Uni year 1 C++ individual tasks
A C++ library for validating user input, including numeric range checks, date validation, and safe string reading. It ensures robust and error-free input handling in console applications.
Add a description, image, and links to the string-processing topic page so that developers can more easily learn about it.
To associate your repository with the string-processing topic, visit your repo's landing page and select "manage topics."