Skip to content

Vjchavan/Java_Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java_Patterns

Java Patterns

Pattern 1

 * * * * *
 * * * * *
 * * * * *
 * * * * *
 * * * * *

Pattern 2

 *
 * *
 * * *
 * * * *
 * * * * *

Pattern 3

 1
 1 2
 1 2 3
 1 2 3 4

Pattern 4

 1
 2 2
 3 3 3
 4 4 4 4

Pattern 5

 * * * * *
 * * * *
 * * *
 * *
 *

Pattern 6

 1 2 3 4 5
 1 2 3 4
 1 2 3
 1 2
 1

Pattern 7

    *    
   ***   
  *****  
 ******* 
*********

Pattern 8

*********
 ******* 
  *****  
   ***   
    *    

Pattern 9

    *    
   ***   
  *****  
 ******* 
*********
*********
 ******* 
  *****  
   ***   
    *    

Pattern 10

 *
 * *
 * * *
 * * * *
 * * * * *
 * * * *
 * * *
 * *
 *

Pattern 11

1
01
101
0101
10101

Pattern 12

1        1
12      21
123    321
1234  4321
1234554321

Pattern 13

1 
2 3 
4 5 6 
7 8 9 10 

Pattern 14

A
AB
ABC
ABCD
ABCDE

Pattern 15

ABCDE
ABCD
ABC
AB
A

Pattern 16

A
BB
CCC
DDDD
EEEEE

About

Java Patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages