Posts by Sonal Bera
Author Biographical Info: .
Sonal Bera is an undergraduate student at Delhi Technological University, pursuing his B.Tech in Information Technology.
Skilled in C++, Data Structures & Algorithms, Web Development, and Content Creation, he has a keen interest in the fields of management and finance. A quick learner and dedicated team player, he is always looking to add new skills to his portfolio. Highly efficient in multitasking, time management, and compartmentalization, uses his communication skills and administrative talents to get the best out of any given situation.
Hi guys, today we try to see what is the isspace() in C++. When we insert a string into the system, it may or may not have spaces among them. So if we need to check if such kinds o.... Read More
Hello everyone, today we are going to perform the search for a pattern in a string using Aho-Corasick Algorithm in C++. So, why is this algorithm better than other available ways t.... Read More