String editing algorithms

Home > Computer Science > Algorithms and data structures > String algorithms > String editing algorithms

Many times one needs to edit one string into another string by applying certain operations like adding, deleting, rearranging, etc. to minimize the edit operations required is an area of research in String Algorithm.