Robuta

https://www.educative.io/courses/algorithms-for-coding-interviews-in-csharp/challenge-longest-palindromic-subsequence
Learn to find the length of the longest palindromic subsequence in a string using dynamic programming techniques in C# coding interviews.
dynamic programminglongestpalindromicsubsequencechallenge
https://www.hackerrank.com/challenges/subsequence-weighting/leaderboard?page=1
You are given a sequence of integer pairs (a, w). You need to find a subsequence in which a always increases, but you want the maximum total w value.
subsequenceweightingleaderboardhackerrank
https://www.educative.io/courses/grokking-coding-interview-in-cpp/minimum-window-subsequence
Learn to find the shortest substring containing a subsequence with the sliding window method, optimizing time and space in C++ coding interviews.
minimumwindowsubsequenceusingsliding
https://www.educative.io/courses/grokking-dynamic-programming-interview-cpp/longest-increasing-subsequence
Learn to find the longest increasing subsequence in an array using dynamic programming with C++ in this coding interview lesson.
dynamic programminglongestincreasingsubsequence
https://www.subsequence.io/
subsequence
https://subsequence.tv/
Jan 26, 2026 - Subsequence Magazine Official Website. Subsequence is an experimental media project that discovers and disseminates topics related to crafts and culture from...
subsequencemagazine
https://www.hackerrank.com/challenges/subsequence-weighting/leaderboard?page=216
You are given a sequence of integer pairs (a, w). You need to find a subsequence in which a always increases, but you want the maximum total w value.
subsequenceweightingleaderboardhackerrank
https://www.educative.io/courses/grokking-dynamic-programming-interview-cpp/introduction-to-palindromic-subsequence
Learn how to identify and solve palindromic subsequence problems using dynamic programming and longest common subsequence techniques.
introductionpalindromicsubsequencepatterns
https://dev.to/mdarifulhaque/2900-longest-unequal-adjacent-groups-subsequence-i-2nh2
2900. Longest Unequal Adjacent Groups Subsequence I Difficulty: Easy Topics: Array, String, Dynamic... Tagged with php, leetcode, algorithms, programming.
dev communitylongestunequaladjacentgroups
https://www.educative.io/courses/bioinformatics-algorithms/detour-finding-a-longest-common-subsequence
Learn the principles of finding the longest common subsequence in DNA sequences using algorithmic techniques and prefix-suffix analysis.
longest common subsequenceunderstandingbiologicalsequences
https://www.educative.io/courses/grokking-dynamic-programming-interview-python/longest-alternating-subsequence
Learn to find the Longest Alternating Subsequence in arrays using dynamic programming for optimized time and space complexity.
dynamic programminglongestalternatingsubsequencesolution
https://arxiv.org/abs/1602.05889
Abstract page for arXiv paper 1602.05889: Distortion-Resistant Hashing for rapid search of similar DNA subsequence
distortionresistanthashingrapidsearch
https://www.educative.io/courses/algorithms-coding-interviews-cpp/challenge-longest-palindromic-subsequence
Explore the longest palindromic subsequence problem using dynamic programming to find the maximum length palindrome subsequence in a string.
dynamic programminglongestpalindromicsubsequencechallenge
https://www.naukri.com/code360/problems/longest-common-subsequence_624879?&interviewBundleRedirection=true
Longest Common Subsequence. Given two strings, S and T with lengths M and N, find the length of the 'Longest Common Subsequence'. For a string 'str'(...
longest common subsequencenaukricode
https://www.wolframalpha.com/input/?i=longest+increasing+subsequence
Compute answers using Wolfram's breakthrough technology & knowledgebase, relied on by millions of students & professionals. For math, science, nutrition,...
wolfram alphalongestincreasingsubsequence
https://www.educative.io/courses/decode-the-coding-interview-kotlin/feature-2-return-match
Learn to find the smallest subsequence match between two code samples to improve plagiarism detection using efficient string traversal techniques.
plagiarism detectionidentifysmallestsubsequencematch
https://www.educative.io/courses/grokking-coding-interview-in-go/append-characters-to-string-to-make-subsequence
Learn how to find the minimum characters to append to a string to form a subsequence using two pointers in coding interviews.
appendcharactersmakestringsubsequence
https://dev.to/pahujanayan/100-days-day-24-4bkp
Hey Guys! Nayan here and this is the 24th day of the 100-DAY challenge. If you are reading this for... Tagged with beginners, leetcode, coding, codenewbie.
dev communitydaywigglesubsequence
https://www.naukri.com/code360/library/find-the-length-of-smallest-non-prime-subsequence-in-a-numeric-string
In this article, we will solve a programming problem where we need to design an algorithm to find the length of the smallest non-prime subsequence in a given...
findlengthsmallestnonprime
https://zenn.dev/az/articles/12d3c4883306ba
leetcodesubsequence
https://www.baeldung.com/cs/find-subsequence-in-string-occurrences
Learn how to find the number of subsequences of a string
findingnumberoccurrencessubsequence