Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

🟩 PHASE 1.5 — EXPLORING PATTERNS

[████████████████████] 100%

Loop Control • Space Handling • Symmetry Engineering

Patterns are not about stars.
They are about controlling loops, indices, and structure.


🎯 Objective

Build strong control over:

  • Nested loop mechanics
  • Space and alignment logic
  • Symmetry construction
  • Pattern mathematics

This phase strengthens raw loop precision.


📂 Pattern Drills

🔹 Basic Patterns

  • Right-angled triangle
  • Pyramid
  • Diamond
  • Rectangle
  • More on half-pyramid (or right-triangle)
  • Half pyramid (numbers)
  • Floyd’s triangle
  • 0-1 triangle

🔹 Intermediate Patterns

  • Hollow half-pyramid
  • Hollow pyramid
  • Hollow diamond
  • Butterfly pattern
  • Sandglass pattern
  • Pascal’s triangle
  • Palindromic number pyramid
  • Rhombus pattern

🔹 Advanced Pattern Thinking

  • Hollow butterfly
  • Spiral matrix print
  • Zig-zag matrix

⚔️ This phase is where loops evolve into structural thinking.