Courses
Tutorials
Practice
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
37.4K+ articles
DSA
22.8K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
Mathematical
7.8K+ articles
Arrays
6.5K+ articles
Marketing
2.0K+ articles
Dynamic Programming
1.6K+ articles
Binary Search
529+ articles
rotation
415+ articles
Codenation
823+ posts
Recent Articles
Popular Articles
Organizing Tournament Problem
Last Updated: 12 August 2021
Given a positive integer N representing the count of players playing the game. The game is played between two teams such that each team consists of at least one player but...
read more
Algorithms
Mathematical
Python
DSA
Codenation
interview-preparation
Greedy Algorithms
Codenation Interview Experience | On campus for Internship
Last Updated: 10 August 2020
I applied for two month long summer(2021) internship at codenation. It was an On-campus internship recruitment (Tier - 2 college).There were 4 rounds including the online ...
read more
Interview Experiences
Internship
Codenation
On-Campus
Marketing
Experiences
Codenation Interview Experience | DS-Algo Round
Last Updated: 14 January 2022
Q1: How many sets are possible from an array of size n, such that each number in the set divides the consecutive number in the set. You can use one value only once in a pa...
read more
Interview Experiences
Codenation
Experiences
Represent a number as the sum of positive numbers ending with 9
Last Updated: 21 April 2021
Given an integer N, the task is to check if N can be expressed as a sum of integers having 9 as the last digit (9, 19, 29, 39...), or not. If found to be true, then find t...
read more
Dynamic Programming
Mathematical
School Programming
DSA
Codenation
number-digits
Codenation Interview Experience for SDE-1 (On-Campus)
Last Updated: 03 September 2020
Codenation visited on my campus in August.Round 1 (Written round): First-round was a written round that took place on hackerrank. We need to solve 3 problems in 90 minutes...
read more
Interview Experiences
Codenation
On-Campus
Marketing
Experiences
Codenation Interview Experience | Online Test
Last Updated: 28 September 2020
Recently, on-campus drive was held for Codenation for Software Development Engineer Intern.The process was:1. Online Test2. Telephonic Interview3. Skype InterviewOnline te...
read more
Interview Experiences
Codenation
Marketing
Experiences
Count minimum number of fountains to be activated to cover the entire garden
Last Updated: 27 November 2023
There is a one-dimensional garden of length N. In each position of the N length garden, a fountain has been installed. Given an array a[]such that a[i] describes the cover...
read more
Dynamic Programming
Mathematical
Competitive Programming
DSA
Arrays
Morgan Stanley
Codenation
interview-preparation
two-pointer-algorithm
Gameskraft Technologies
CodeNation Interview Experience
Last Updated: 13 November 2020
I was included in the CodeNation discussion list with CodeAgon - their editing competition. My position was among the top 200 and I did not really expect to be selected.Th...
read more
Interview Experiences
Codenation
Experiences
Minimize swaps to rearrange Array such that remainder of any element and its index with 3 are same
Last Updated: 29 October 2021
Given an array arr[]. The task is to minimize the number of swaps required such that for each i in arr[], arr[i]%3 = i%3. If such rearrangement is not possible, print -1.E...
read more
Mathematical
Puzzles
DSA
Arrays
Codenation
Modular Arithmetic
array-rearrange
Codenation / Trilogy Innovations Test Experience April 2022 Online
Last Updated: 10 June 2024
Problem 1Dr. Betra has become bored with his research on human hair. So he decided to breed pigeons.He bought N pigeons from the shop. The shopkeeper advised him to make s...
read more
Interview Experiences
Codenation
Experiences
C++ Program for Reversal algorithm for array rotation
Last Updated: 17 August 2023
Write a function rotate(arr[], d, n) that rotates arr[] of size n by d elements.Example :Input : arr[] = [1, 2, 3, 4, 5, 6, 7] d = 2Output : arr[] = [3, 4, 5, 6, ...
read more
C++ Programs
C++
DSA
Arrays
Codenation
rotation
C# Program for Reversal algorithm for array rotation
Last Updated: 28 May 2022
Write a function rotate(arr[], d, n) that rotates arr[] of size n by d elements.Example :Input : arr[] = [1, 2, 3, 4, 5, 6, 7] d = 2Output : arr[] = [3, 4, 5, 6, ...
read more
C#
C# Programs
DSA
Arrays
Codenation
rotation
PHP Program for Reversal algorithm for array rotation
Last Updated: 22 July 2024
Write a function rotate(arr[], d, n) that rotates arr[] of size n by d elements. Example : Input : arr[] = [1, 2, 3, 4, 5, 6, 7] d = 2Output : arr[] = [3, 4,...
read more
PHP
Codenation
rotation
Javascript Program for Reversal algorithm for array rotation
Last Updated: 28 May 2022
Write a function rotate(arr[], d, n) that rotates arr[] of size n by d elements.Example :Input : arr[] = [1, 2, 3, 4, 5, 6, 7] d = 2Output : arr[] = [3, 4, 5, 6, ...
read more
JavaScript
Web Technologies
DSA
Arrays
Codenation
rotation
Find Longest Palindromic Subsequence II
Last Updated: 09 November 2024
Given a string s, return the length of the longest good palindromic subsequence in s such that:It has an even length.No two consecutive characters are equal, except the tw...
read more
Strings
Dynamic Programming
Picked
DSA
Codenation
Interview-Questions
1
2
3
4
...
55
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 !