CODING JOY

The stunning potpourri of coding and mundane life

blog1
Catalan Numbers in Python Language


blog1
Lazy Caterer's Sequence in Python Language


blog1
Split Pyramid Pattern in Python


blog1
Perrin Sequence in Python Language

The Perrin Sequence, also known as the Skiponacci Sequence, is an integer sequence whose n'th term ............


blog1
Generating Prime Padovan Sequence in Python

The task at hand is to generate prime padovan sequence till a number; to display only ............


blog1
Spy Number in Python

A number whose sum of digits is equal to the product of digits is said ............


blog1
Generating Padovan Sequence

The Padovan Sequence is a special type of sequence in which the n’th term is determined by the recurrence relation; P(n)=P(n-2)+P(n-3)........


blog1
Cholestrol Level Analyzer GUI in Python

Based on the readings of total cholesterol, LDL cholesterol,HDL cholesterol and triglycerides of a patient’s blood sample taken in mg/dL obtained from Cholesterol Test/ Lipid Profile, the task at hand is to interpret ............