Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.1K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.8K+ articles
Mathematics
5.6K+ articles
Technical Scripter 2020
2.5K+ posts
Recent Articles
Popular Articles
NCERT Solutions for Class 8
Last Updated: 23 July 2025
NCERT Solutions for Class 8 are based on the latest syllabus prescribed by the CBSE (Central Board of Secondary Education). It covers all the chapters in the textbooks. Th...
read more
Mathematics
School Learning
Class 8
NCERT
Technical Scripter 2020
Machine Learning Quiz
NCERT Solutions Class-8
Maths-Class-8
How to Download and Install Ocenaudio for Windows?
Last Updated: 23 July 2025
One of those shrewd editing programs, Ocenaudio, takes on the entire burden of audio recording and editing. This makes it a tool that begs users attention who need a far m...
read more
Technical Scripter
How To
Technical Scripter 2020
Installation Guide
how-to-install
C++ Program to Find Maximum value possible by rotating digits of a given number
Last Updated: 23 July 2025
Given a positive integer N, the task is to find the maximum value among all the rotations of the digits of the integer N.Examples:Input: N = 657Output: 765Explanation: All...
read more
C++
Technical Scripter 2020
number-digits
rotation
Java Program to Find Maximum value possible by rotating digits of a given number
Last Updated: 23 July 2025
Given a positive integer N, the task is to find the maximum value among all the rotations of the digits of the integer N.Examples:Input: N = 657Output: 765Explanation: All...
read more
Java
Technical Scripter 2020
number-digits
rotation
Javascript Program to Find Maximum value possible by rotating digits of a given number
Last Updated: 23 July 2025
Given a positive integer N, the task is to find the maximum value among all the rotations of the digits of the integer N.Examples:Input: N = 657Output: 765Explanation: All...
read more
JavaScript
Technical Scripter 2020
number-digits
rotation
C++ Program to Find Maximum number of 0s placed consecutively at the start and end in any rotation of a Binary String
Last Updated: 23 July 2025
Given a binary string S of size N, the task is to maximize the sum of the count of consecutive 0s present at the start and end of any of the rotations of the given string ...
read more
C++
Technical Scripter 2020
binary-string
rotation
Java Program to Find Maximum number of 0s placed consecutively at the start and end in any rotation of a Binary String
Last Updated: 23 July 2025
Given a binary string S of size N, the task is to maximize the sum of the count of consecutive 0s present at the start and end of any of the rotations of the given string ...
read more
Java
Technical Scripter 2020
binary-string
rotation
Python3 Program to Find Maximum number of 0s placed consecutively at the start and end in any rotation of a Binary String
Last Updated: 23 July 2025
Given a binary string S of size N, the task is to maximize the sum of the count of consecutive 0s present at the start and end of any of the rotations of the given string ...
read more
Python
Technical Scripter 2020
binary-string
rotation
Javascript Program to Find Maximum number of 0s placed consecutively at the start and end in any rotation of a Binary String
Last Updated: 23 July 2025
Given a binary string S of size N, the task is to maximize the sum of the count of consecutive 0s present at the start and end of any of the rotations of the given string ...
read more
JavaScript
Technical Scripter 2020
binary-string
rotation
C++ Program to Modify a matrix by rotating ith row exactly i times in clockwise direction
Last Updated: 23 July 2025
Given a matrix mat[][] of dimensions M * N, the task is to print the matrix obtained after rotating every ith row of the matrix i times in a clockwise direction.Examples:I...
read more
C++
Technical Scripter 2020
rotation
array-rearrange
Python3 Program to Modify a matrix by rotating ith row exactly i times in clockwise direction
Last Updated: 23 July 2025
Given a matrix mat[][] of dimensions M * N, the task is to print the matrix obtained after rotating every ith row of the matrix i times in a clockwise direction.Examples:I...
read more
Python
Technical Scripter 2020
rotation
array-rearrange
Javascript Program to Modify a matrix by rotating ith row exactly i times in clockwise direction
Last Updated: 23 July 2025
Given a matrix mat[][] of dimensions M * N, the task is to print the matrix obtained after rotating every ith row of the matrix i times in a clockwise direction.Examples:I...
read more
JavaScript
Technical Scripter 2020
rotation
array-rearrange
C++ Program to Modify a string by performing given shift operations
Last Updated: 23 July 2025
Given a string S containing lowercase English alphabets, and a matrix shift[][] consisting of pairs of the form{direction, amount}, where the direction can be 0 (for left ...
read more
C++
Technical Scripter 2020
rotation
Java Program to Modify a string by performing given shift operations
Last Updated: 23 July 2025
Given a string S containing lowercase English alphabets, and a matrix shift[][] consisting of pairs of the form{direction, amount}, where the direction can be 0 (for left ...
read more
Java
Technical Scripter 2020
rotation
Javascript Program to Modify a string by performing given shift operations
Last Updated: 23 July 2025
Given a string S containing lowercase English alphabets, and a matrix shift[][] consisting of pairs of the form{direction, amount}, where the direction can be 0 (for left ...
read more
JavaScript
Technical Scripter 2020
rotation
1
2
3
4
...
167
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !