Register for Codestudio Saturday Contest
Skip to content

takeUforward

~ Strive for Excellence

  • Striver’s SDE Sheet
  • Striver’s A2Z DSA Course/Sheet
  • Striver’s DP Series
  • CS Subjects
    • SDE Core Sheet
    • Operating Systems
    • Computer Networks
  • Interview Prep
    • Blind 75
    • Striver Tree Series
    • Striver’s CP Sheet
    • TCS NQT Coding Sheet
    • Interview Experience
    • Interview Prep Roadmap
  • Programming
    • Learn C++
    • C++ STL
    • C Programs
    • Data Structure
  • Courses

Category: String

September 1, 2022 Data Structure / String

Minimum Window substring

Problem Statement: Given two strings s and t of lengths m and n respectively, return the minimum window substring of

Continue reading
August 30, 2022 Data Structure / dynamic programming / String

Palindromic substrings

Given a string s, return the number of palindromic substrings in it. A string is a palindrome when it reads the

Continue reading
July 11, 2022 Arrays / Data Structure / String

Word Search – Leetcode

Given an m x n grid of characters board and a string word, return true if the word exists in

Continue reading
June 22, 2022 Arrays / Data Structure / String

Lexicographic Rank of a String

Problem Statement: You are given a string, find its lexicographical rank among all its permutations. Example: Example 1: Input: S

Continue reading
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

Posts navigation

1 2 3 … 6 Next Posts»

Subscribe

I want to receive latest posts and interview tips
Loading

Recent Posts

  • Recursive Bubble Sort Algorithm
  • Recursive Insertion Sort Algorithm
  • Right rotate an array by D places
  • Left rotate an array by D places
  • Find the missing number in an array

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

Copyright © 2023 takeuforward | All rights reserved