Get 100% scholarship and clear FAANG Interviews | Use code “striver” for 50% off on test fee
Skip to content

takeUforward

~ Strive for Excellence

  • Striver’s SDE Sheet
  • SDE Core Sheet
  • Interview Experience
  • Data Structure
  • Advertise with us
  • Join takeUforward

Category: String

May 19, 2022 Arrays / C programs / Data Structure / String

strcpy in C

Problem Statment: Given two Strings copy the contents of one string to another. Example 1: Input: str1=”Takeuforward”, str2=”” Output: str2=Takeuforward

Continue reading
May 18, 2022 Arrays / C programs / Data Structure / String

String Concatenation in C

Problem Statment: Given two Strings concatenate one string to another and print the result. Examples: Example 1: Input: str1=”Take”, str2=”uforward”

Continue reading
May 18, 2022 Arrays / C programs / Data Structure / String

Reverse String in C

Problem Statement: Given a String, reverse the string and print it. Example 1: Input: str = “Takeuforward” Output: drawrofuekat Example

Continue reading
May 14, 2022 String

Rabin Karp Algorithm – Pattern Searching

Problem: Given a text and a pattern, write a function that prints all the occurrences of the pattern in the

Continue reading
May 7, 2022 Data Structure / String

KMP Algorithm

Problem Statement: Implement the Knuth-Morris-Pratt KMP string matching algorithm. Examples: Example 1: Input: String = ”aaaaaaaamaaaaaab” and Pattern = “aaaaaab”

Continue reading
April 27, 2022 String

Introduction to Pattern Searching : Strings

Pattern searching is a crucial topic in Pattern recognition, which is a key component of AI. Artificial Intelligence (AI) is

Continue reading
April 20, 2022 Arrays / Data Structure / dynamic programming / String

Wildcard Matching | (DP-34)

Problem Statement: Wildcard Matching We are given two strings ‘S1’ and ‘S2’. String S1 can have the following two special characters:

Continue reading
April 10, 2022 Arrays / Data Structure / dynamic programming / String

Edit Distance | (DP-33)

Problem Statement: Edit Distance We are given two strings ‘S1’ and ‘S2’. We need to convert S1 to S2. The following

Continue reading
April 3, 2022 Data Structure / String

String in Java

Introduction We can use strings when we need to process a group of characters which include alphabets, numbers, symbols, or

Continue reading
April 3, 2022 Data Structure / String

String in C++

Introduction Suppose you need to process a set of characters in your program if you have no idea about strings.

Continue reading

Posts navigation

1 2 3 … 5 Next Posts»

Subscribe

I want to receive latest posts and interview tips
Loading

Recent Posts

  • strcpy in C
  • lcm of two numbers in C
  • Pointer in C
  • Transpose of a Matrix in C
  • String Concatenation in C

Accolite Digital Amazon Arcesium Bank of America Barclays BFS Binary Search Binary Search Tree Commvault CPP DE Shaw DFS DSA Self Paced google HackerEarth infosys inorder Java Juspay Kreeti Technologies Morgan Stanley Newfold Digital Oracle post order pre-order queue recursion Samsung SDE Core Sheet SDE Sheet Searching set-bits sorting sub-array subarray Swiggy takeuforward TCQ NINJA TCS TCS CODEVITA TCS DIGITA; TCS Ninja TCS NQT VMware XOR

Copyright © 2022 takeuforward | All rights reserved