Skip to content

A subsequence is a sequence that can be derived from another sequence by removing zero or more elements, without changing the order of the remaining elements.

Notifications You must be signed in to change notification settings

erick-hz/substring-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

substring-problems

Python

What is a Substring?

A subsequence is a sequence that can be derived from another sequence by removing zero or more elements, without changing the order of the remaining elements. More generally, we can say that for a sequence of size n, we can have (2n-1) non-empty sub-sequences in total.

About

A subsequence is a sequence that can be derived from another sequence by removing zero or more elements, without changing the order of the remaining elements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages