際際滷

際際滷Share a Scribd company logo
OBJECTIVE OF PRESENTATION
 Define recursion and its property
 Example of recursion
 Tower of Hanoi and its algorithm
 Example of tower of Hanoi.
RECURSION
 Recursion is a process in which a function calls itself as a
subroutine. This allows the function to be repeated several times.
Recursion property
 Recursive procedure must have the following two properties:
1) There must be certain criteria, called base criteria.
2) Each time the procedure does call itself,it must be closer to the
base criteria.
Example of recursion
Factorial function
 The product of positive integer from 1 to n is called n factorial.
1) If N=0 then, When N=1
FN =1 F1 =1*F1-1
2) If N>0 then, F1 =1* F0
FN =N* FN-1 F1 =1
When N=0 Similarly,F2 =2
F0 = 1 F3 =6
Tower of Hanoi
 Tower of Hanoi is a mathematical game or puzzle. It consists of three rods,
and a number of disks of different sizes which can slide onto any rod.
Following rules:
1. .Only one disk must be moved at a time.
2. No disk may be placed on top of a smaller disk
3. The minimum number of moves required to solve a Tower of Hanoi
Algorithm
General notation
Tower(N,BEG,AUX,END)
1. if N>0 then
2. Move (N-1 ,BEG ,END ,AUX)
3. BEG END TOWER(1,BEG,AUX,END)
4. Move (N-1 ,AUX ,BEG ,END)
5. Return.
Example of tower of Hanoi
Example
End of the presentation
Thank YOU

More Related Content

Similar to Recursion in data structure (10)

Recursion And Implementation C Programming
Recursion And Implementation C ProgrammingRecursion And Implementation C Programming
Recursion And Implementation C Programming
WaelBadawy6
Bartosz Milewski, Re-discovering Monads in C++
Bartosz Milewski, Re-discovering Monads in C++Bartosz Milewski, Re-discovering Monads in C++
Bartosz Milewski, Re-discovering Monads in C++
Platonov Sergey
fai unit 4 in this your will find the da
fai unit 4 in this your will find the dafai unit 4 in this your will find the da
fai unit 4 in this your will find the da
kigogi4609
Dsoop (co 221) 1
Dsoop (co 221) 1Dsoop (co 221) 1
Dsoop (co 221) 1
Puja Koch
Recursive Algorithm Detailed Explanation
Recursive Algorithm Detailed ExplanationRecursive Algorithm Detailed Explanation
Recursive Algorithm Detailed Explanation
Prapti Bhattacharjee
ESINF01-Recursion.pdfESINF01-Recursion.pdf
ESINF01-Recursion.pdfESINF01-Recursion.pdfESINF01-Recursion.pdfESINF01-Recursion.pdf
ESINF01-Recursion.pdfESINF01-Recursion.pdf
LusArajo20
CNN.pptx
CNN.pptxCNN.pptx
CNN.pptx
VenkatesanA26
Recursion
RecursionRecursion
Recursion
grahamwell
Recursion
RecursionRecursion
Recursion
grahamwell
Lecture 9-online
Lecture 9-onlineLecture 9-online
Lecture 9-online
lifebreath
Recursion And Implementation C Programming
Recursion And Implementation C ProgrammingRecursion And Implementation C Programming
Recursion And Implementation C Programming
WaelBadawy6
Bartosz Milewski, Re-discovering Monads in C++
Bartosz Milewski, Re-discovering Monads in C++Bartosz Milewski, Re-discovering Monads in C++
Bartosz Milewski, Re-discovering Monads in C++
Platonov Sergey
fai unit 4 in this your will find the da
fai unit 4 in this your will find the dafai unit 4 in this your will find the da
fai unit 4 in this your will find the da
kigogi4609
Dsoop (co 221) 1
Dsoop (co 221) 1Dsoop (co 221) 1
Dsoop (co 221) 1
Puja Koch
Recursive Algorithm Detailed Explanation
Recursive Algorithm Detailed ExplanationRecursive Algorithm Detailed Explanation
Recursive Algorithm Detailed Explanation
Prapti Bhattacharjee
ESINF01-Recursion.pdfESINF01-Recursion.pdf
ESINF01-Recursion.pdfESINF01-Recursion.pdfESINF01-Recursion.pdfESINF01-Recursion.pdf
ESINF01-Recursion.pdfESINF01-Recursion.pdf
LusArajo20
Lecture 9-online
Lecture 9-onlineLecture 9-online
Lecture 9-online
lifebreath

More from Meherul1234 (8)

Breadth-first search in alogorithm
Breadth-first search in alogorithmBreadth-first search in alogorithm
Breadth-first search in alogorithm
Meherul1234
Binary search in data structure
Binary search in data structureBinary search in data structure
Binary search in data structure
Meherul1234
Transistor in electronics
Transistor in electronicsTransistor in electronics
Transistor in electronics
Meherul1234
The bus interface unit (biu)
The bus interface unit (biu)The bus interface unit (biu)
The bus interface unit (biu)
Meherul1234
Decision tree in System Design
Decision tree in System DesignDecision tree in System Design
Decision tree in System Design
Meherul1234
Analog to analog conversion
Analog to analog conversionAnalog to analog conversion
Analog to analog conversion
Meherul1234
Programmable Peripheral Interface
Programmable Peripheral InterfaceProgrammable Peripheral Interface
Programmable Peripheral Interface
Meherul1234
Error handling
Error handlingError handling
Error handling
Meherul1234
Breadth-first search in alogorithm
Breadth-first search in alogorithmBreadth-first search in alogorithm
Breadth-first search in alogorithm
Meherul1234
Binary search in data structure
Binary search in data structureBinary search in data structure
Binary search in data structure
Meherul1234
Transistor in electronics
Transistor in electronicsTransistor in electronics
Transistor in electronics
Meherul1234
The bus interface unit (biu)
The bus interface unit (biu)The bus interface unit (biu)
The bus interface unit (biu)
Meherul1234
Decision tree in System Design
Decision tree in System DesignDecision tree in System Design
Decision tree in System Design
Meherul1234
Analog to analog conversion
Analog to analog conversionAnalog to analog conversion
Analog to analog conversion
Meherul1234
Programmable Peripheral Interface
Programmable Peripheral InterfaceProgrammable Peripheral Interface
Programmable Peripheral Interface
Meherul1234
Error handling
Error handlingError handling
Error handling
Meherul1234

Recently uploaded (20)

Rass MELAI : an Internet MELA Quiz Prelims - El Dorado 2025
Rass MELAI : an Internet MELA Quiz Prelims - El Dorado 2025Rass MELAI : an Internet MELA Quiz Prelims - El Dorado 2025
Rass MELAI : an Internet MELA Quiz Prelims - El Dorado 2025
Conquiztadors- the Quiz Society of Sri Venkateswara College
Rass MELAI : an Internet MELA Quiz Finals - El Dorado 2025
Rass MELAI : an Internet MELA Quiz Finals - El Dorado 2025Rass MELAI : an Internet MELA Quiz Finals - El Dorado 2025
Rass MELAI : an Internet MELA Quiz Finals - El Dorado 2025
Conquiztadors- the Quiz Society of Sri Venkateswara College
Lesson Plan M1 2024 Lesson Plan M1 2024 Lesson Plan M1 2024 Lesson Plan M1...
Lesson Plan M1 2024  Lesson Plan M1 2024  Lesson Plan M1 2024  Lesson Plan M1...Lesson Plan M1 2024  Lesson Plan M1 2024  Lesson Plan M1 2024  Lesson Plan M1...
Lesson Plan M1 2024 Lesson Plan M1 2024 Lesson Plan M1 2024 Lesson Plan M1...
pinkdvil200
Digital Tools with AI for e-Content Development.pptx
Digital Tools with AI for e-Content Development.pptxDigital Tools with AI for e-Content Development.pptx
Digital Tools with AI for e-Content Development.pptx
Dr. Sarita Anand
TRANSFER OF PATIENTS IN HOSPITAL SETTING.pptx
TRANSFER OF PATIENTS IN HOSPITAL SETTING.pptxTRANSFER OF PATIENTS IN HOSPITAL SETTING.pptx
TRANSFER OF PATIENTS IN HOSPITAL SETTING.pptx
PoojaSen20
SOCIAL CHANGE(a change in the institutional and normative structure of societ...
SOCIAL CHANGE(a change in the institutional and normative structure of societ...SOCIAL CHANGE(a change in the institutional and normative structure of societ...
SOCIAL CHANGE(a change in the institutional and normative structure of societ...
DrNidhiAgarwal
TLE 7 - 2nd Topic - Codes and Standards in Industrial Arts Services.pptx
TLE 7 - 2nd Topic - Codes and Standards in Industrial Arts Services.pptxTLE 7 - 2nd Topic - Codes and Standards in Industrial Arts Services.pptx
TLE 7 - 2nd Topic - Codes and Standards in Industrial Arts Services.pptx
RizaBedayo
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
How to attach file using upload button Odoo 18
How to attach file using upload button Odoo 18How to attach file using upload button Odoo 18
How to attach file using upload button Odoo 18
Celine George
How to Configure Flexible Working Schedule in Odoo 18 Employee
How to Configure Flexible Working Schedule in Odoo 18 EmployeeHow to Configure Flexible Working Schedule in Odoo 18 Employee
How to Configure Flexible Working Schedule in Odoo 18 Employee
Celine George
The Constitution, Government and Law making bodies .
The Constitution, Government and Law making bodies .The Constitution, Government and Law making bodies .
The Constitution, Government and Law making bodies .
saanidhyapatel09
Essentials of a Good PMO, presented by Aalok Sonawala
Essentials of a Good PMO, presented by Aalok SonawalaEssentials of a Good PMO, presented by Aalok Sonawala
Essentials of a Good PMO, presented by Aalok Sonawala
Association for Project Management
Mate, a short story by Kate Grenvile.pptx
Mate, a short story by Kate Grenvile.pptxMate, a short story by Kate Grenvile.pptx
Mate, a short story by Kate Grenvile.pptx
Liny Jenifer
Kaun TALHA quiz Finals -- El Dorado 2025
Kaun TALHA quiz Finals -- El Dorado 2025Kaun TALHA quiz Finals -- El Dorado 2025
Kaun TALHA quiz Finals -- El Dorado 2025
Conquiztadors- the Quiz Society of Sri Venkateswara College
Blind Spots in AI and Formulation Science Knowledge Pyramid (Updated Perspect...
Blind Spots in AI and Formulation Science Knowledge Pyramid (Updated Perspect...Blind Spots in AI and Formulation Science Knowledge Pyramid (Updated Perspect...
Blind Spots in AI and Formulation Science Knowledge Pyramid (Updated Perspect...
Ajaz Hussain
A PPT on the First Three chapters of Wings of Fire
A PPT on the First Three chapters of Wings of FireA PPT on the First Three chapters of Wings of Fire
A PPT on the First Three chapters of Wings of Fire
Beena E S
How to Modify Existing Web Pages in Odoo 18
How to Modify Existing Web Pages in Odoo 18How to Modify Existing Web Pages in Odoo 18
How to Modify Existing Web Pages in Odoo 18
Celine George
The Dravidian Languages: Tamil, Telugu, Kannada, Malayalam, Brahui, Kuvi, Tulu
The Dravidian Languages: Tamil, Telugu, Kannada, Malayalam, Brahui, Kuvi, TuluThe Dravidian Languages: Tamil, Telugu, Kannada, Malayalam, Brahui, Kuvi, Tulu
The Dravidian Languages: Tamil, Telugu, Kannada, Malayalam, Brahui, Kuvi, Tulu
DrIArulAram
EDL 290F Week 3 - Mountaintop Views (2025).pdf
EDL 290F Week 3  - Mountaintop Views (2025).pdfEDL 290F Week 3  - Mountaintop Views (2025).pdf
EDL 290F Week 3 - Mountaintop Views (2025).pdf
Liz Walsh-Trevino
Kaun TALHA quiz Prelims - El Dorado 2025
Kaun TALHA quiz Prelims - El Dorado 2025Kaun TALHA quiz Prelims - El Dorado 2025
Kaun TALHA quiz Prelims - El Dorado 2025
Conquiztadors- the Quiz Society of Sri Venkateswara College
Lesson Plan M1 2024 Lesson Plan M1 2024 Lesson Plan M1 2024 Lesson Plan M1...
Lesson Plan M1 2024  Lesson Plan M1 2024  Lesson Plan M1 2024  Lesson Plan M1...Lesson Plan M1 2024  Lesson Plan M1 2024  Lesson Plan M1 2024  Lesson Plan M1...
Lesson Plan M1 2024 Lesson Plan M1 2024 Lesson Plan M1 2024 Lesson Plan M1...
pinkdvil200
Digital Tools with AI for e-Content Development.pptx
Digital Tools with AI for e-Content Development.pptxDigital Tools with AI for e-Content Development.pptx
Digital Tools with AI for e-Content Development.pptx
Dr. Sarita Anand
TRANSFER OF PATIENTS IN HOSPITAL SETTING.pptx
TRANSFER OF PATIENTS IN HOSPITAL SETTING.pptxTRANSFER OF PATIENTS IN HOSPITAL SETTING.pptx
TRANSFER OF PATIENTS IN HOSPITAL SETTING.pptx
PoojaSen20
SOCIAL CHANGE(a change in the institutional and normative structure of societ...
SOCIAL CHANGE(a change in the institutional and normative structure of societ...SOCIAL CHANGE(a change in the institutional and normative structure of societ...
SOCIAL CHANGE(a change in the institutional and normative structure of societ...
DrNidhiAgarwal
TLE 7 - 2nd Topic - Codes and Standards in Industrial Arts Services.pptx
TLE 7 - 2nd Topic - Codes and Standards in Industrial Arts Services.pptxTLE 7 - 2nd Topic - Codes and Standards in Industrial Arts Services.pptx
TLE 7 - 2nd Topic - Codes and Standards in Industrial Arts Services.pptx
RizaBedayo
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
How to attach file using upload button Odoo 18
How to attach file using upload button Odoo 18How to attach file using upload button Odoo 18
How to attach file using upload button Odoo 18
Celine George
How to Configure Flexible Working Schedule in Odoo 18 Employee
How to Configure Flexible Working Schedule in Odoo 18 EmployeeHow to Configure Flexible Working Schedule in Odoo 18 Employee
How to Configure Flexible Working Schedule in Odoo 18 Employee
Celine George
The Constitution, Government and Law making bodies .
The Constitution, Government and Law making bodies .The Constitution, Government and Law making bodies .
The Constitution, Government and Law making bodies .
saanidhyapatel09
Mate, a short story by Kate Grenvile.pptx
Mate, a short story by Kate Grenvile.pptxMate, a short story by Kate Grenvile.pptx
Mate, a short story by Kate Grenvile.pptx
Liny Jenifer
Blind Spots in AI and Formulation Science Knowledge Pyramid (Updated Perspect...
Blind Spots in AI and Formulation Science Knowledge Pyramid (Updated Perspect...Blind Spots in AI and Formulation Science Knowledge Pyramid (Updated Perspect...
Blind Spots in AI and Formulation Science Knowledge Pyramid (Updated Perspect...
Ajaz Hussain
A PPT on the First Three chapters of Wings of Fire
A PPT on the First Three chapters of Wings of FireA PPT on the First Three chapters of Wings of Fire
A PPT on the First Three chapters of Wings of Fire
Beena E S
How to Modify Existing Web Pages in Odoo 18
How to Modify Existing Web Pages in Odoo 18How to Modify Existing Web Pages in Odoo 18
How to Modify Existing Web Pages in Odoo 18
Celine George
The Dravidian Languages: Tamil, Telugu, Kannada, Malayalam, Brahui, Kuvi, Tulu
The Dravidian Languages: Tamil, Telugu, Kannada, Malayalam, Brahui, Kuvi, TuluThe Dravidian Languages: Tamil, Telugu, Kannada, Malayalam, Brahui, Kuvi, Tulu
The Dravidian Languages: Tamil, Telugu, Kannada, Malayalam, Brahui, Kuvi, Tulu
DrIArulAram
EDL 290F Week 3 - Mountaintop Views (2025).pdf
EDL 290F Week 3  - Mountaintop Views (2025).pdfEDL 290F Week 3  - Mountaintop Views (2025).pdf
EDL 290F Week 3 - Mountaintop Views (2025).pdf
Liz Walsh-Trevino

Recursion in data structure

  • 1. OBJECTIVE OF PRESENTATION Define recursion and its property Example of recursion Tower of Hanoi and its algorithm Example of tower of Hanoi.
  • 2. RECURSION Recursion is a process in which a function calls itself as a subroutine. This allows the function to be repeated several times.
  • 3. Recursion property Recursive procedure must have the following two properties: 1) There must be certain criteria, called base criteria. 2) Each time the procedure does call itself,it must be closer to the base criteria.
  • 4. Example of recursion Factorial function The product of positive integer from 1 to n is called n factorial. 1) If N=0 then, When N=1 FN =1 F1 =1*F1-1 2) If N>0 then, F1 =1* F0 FN =N* FN-1 F1 =1 When N=0 Similarly,F2 =2 F0 = 1 F3 =6
  • 5. Tower of Hanoi Tower of Hanoi is a mathematical game or puzzle. It consists of three rods, and a number of disks of different sizes which can slide onto any rod. Following rules: 1. .Only one disk must be moved at a time. 2. No disk may be placed on top of a smaller disk 3. The minimum number of moves required to solve a Tower of Hanoi
  • 6. Algorithm General notation Tower(N,BEG,AUX,END) 1. if N>0 then 2. Move (N-1 ,BEG ,END ,AUX) 3. BEG END TOWER(1,BEG,AUX,END) 4. Move (N-1 ,AUX ,BEG ,END) 5. Return.
  • 7. Example of tower of Hanoi
  • 9. End of the presentation Thank YOU