Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Misc
7.7K+ articles
Arrays
4.2K+ articles
Strings
2.1K+ articles
Amazon
1.9K+ articles
Sorting
1.1K+ articles
Microsoft
811+ articles
encoding-decoding
34+ articles
String-Run Length Encoding
6 posts
Recent Articles
Compress the array into Ranges
Last Updated: 12 July 2025
Given an array of integers of size N, The task is to print the consecutive integers as a range.Examples:Input : N = 7, arr=[7, 8, 9, 15, 16, 20, 25]Output : 7-9 15-16 20 2...
read more
Misc
Sorting
DSA
Arrays
String-Run Length Encoding
Find k-th character of decrypted string | Set - 2
Last Updated: 11 July 2025
Given an encoded string where repetitions of substrings are represented as substring followed by count of substrings. For example, if encrypted string is "ab2cd2" and k=4,...
read more
DSA
encoding-decoding
String-Run Length Encoding
Program to implement Run Length Encoding using Linked Lists
Last Updated: 11 July 2025
Given a Linked List as the input. The task is to encode the given linked list using Run Length Encoding. That is, to replace a block of contiguous characters by the charac...
read more
Linked List
Advanced Data Structure
Technical Scripter
DSA
encoding-decoding
String-Run Length Encoding
Run Length Encoding in Python
Last Updated: 26 November 2024
Given an input string, write a function that returns the Run Length Encoded string for the input string. For example, if the input string is 'wwwwaaadexxxxxx', then the fu...
read more
Python
String-Run Length Encoding
Find k'th character of decrypted string | Set 1
Last Updated: 23 July 2025
Given an encoded string, where repetitions of substrings are represented as substring followed by count of substrings. For example, if encrypted string is "ab2cd2" and k=4...
read more
Strings
DSA
String-Run Length Encoding
Run Length Encoding and Decoding
Last Updated: 09 May 2026
Given a string s, implement a function encode that performs run-length encoding on the string. Run-length encoding is a form of compression where consecutive occurrences o...
read more
Strings
DSA
Microsoft
Amazon
VMWare
CouponDunia
FactSet
String-Run Length Encoding