Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Apr 22, 2022

Pattern based Puzzles

Pattern Puzzles are the puzzles which are either involve printing a certain pattern with numbers or alphabets or characters. These puzzles may be challenging but are easier as compared to mathematical, algorithmic, or logical puzzles. Such puzzles usually involve printing a rectangle or some other shape with the help of numbers and some other specific condition.
Matrix in Wave Form MEDIUM
This blog will discuss the problem of how to print a matrix in a wave form manner, its approach, and the code in C, C++, Java, and Python programming language.
Matrix in Zig-Zag Form MEDIUM
This blog discusses the solution to represent a given matrix in Zig-Zag form using C, C++,Java, and Python language for the implementation.
Palindrome Pattern MEDIUM
This article shall discuss what a palindrome is and various palindrome patterns along with their code implementation in Java.
Inverted V using Asterisk Pattern MEDIUM
Description: In this article, we will be making Inverted V using an asterisk pattern, which was asked in many tech companies.
Hollow Diamond Star Pattern MEDIUM
This article will discuss the hollow diamond star pattern in Java problem with examples, algorithm, code, implementation, and time and space complexity in detail.
Inverted Pant's Style Pattern
This blog covers the inverted pant's style pattern program and the solution in various languages like C, C++, Java, and Python.
Cross Sign Pattern
In this article, we will be making Cross Sign Pattern, which was asked by many tech companies.
Butterfly Shape Pattern MEDIUM
In this article, we will be making the Butterfly shape Pattern along with its implementation in Java language.
Diamond Number Pattern MEDIUM
In this post, we will learn to print a diamond number pattern in several programming languages i.e. in C, C++, Java, and Python.
Inverted V-shape Number Pattern MEDIUM
In this post, we will learn to print an Inverted V-shape Number pattern in C, C++, Java, and Python programming languages.
V-Shape Number Pattern MEDIUM
This blog explains the C++ program to print the V-Shape Number Pattern in C, C++, and Python language.
Half Diamond Number Pattern EASY
In this blog, we will learn and code how to Print Half Diamond Number Pattern using C Programming Language.
Inverted Half Diamond Pattern MEDIUM
This blog explains the C++ program to print the Inverted half-diamond number pattern along with its implementation and time and space complexity.
Hollow Diamond Number Pattern EASY
This blog will help you in printing the hollow diamond number pattern using Java language.
Fibonacci Half Pyramid
This article discusses the Fibonacci half pyramid pattern problem and its solution in C, C++, Java, and Python.
Floyd Triangle Number Pattern
This article discusses the Floyd triangle number pattern problem and its solution in C, C++, Java, and Python.
Matrix in Reverse Spiral Form EASY
This blog will help in printing the reverse spiral form of the matrix along with the implementation in C++ language.
What Are Pattern Problems? Part-1 EASY
In this blog, we will discuss what are star pattern and pyramid pattern and its implementation in different languages such as C, C++, Python, and Java.