Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recursive Function
#5
(Jul-14-2020, 04:07 PM)menator01 Wrote: You're just asking for problems going that deep in your structure.

Actually, this isn't always true. Nested structures and recursion is a good fit for certain problems because there are efficient algorithms for searching and changing such structures (and the solutions to problems can be written quite elegantly). Examples of where it makes sense: search trees in games like chess or tic-tac-toe, modelling file systems, b-trees as used in databases and there are likely countless others.
Reply


Messages In This Thread
Recursive Function - by sridhar - Jul-14-2020, 03:40 PM
RE: Recursive Function - by DPaul - Jul-14-2020, 04:01 PM
RE: Recursive Function - by menator01 - Jul-14-2020, 04:07 PM
RE: Recursive Function - by ndc85430 - Jul-14-2020, 04:28 PM
RE: Recursive Function - by sridhar - Jul-14-2020, 04:07 PM
RE: Recursive Function - by DPaul - Jul-14-2020, 05:29 PM
RE: Recursive Function - by menator01 - Jul-14-2020, 06:40 PM
RE: Recursive Function - by deanhystad - Jul-14-2020, 07:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  with open context inside of a recursive function billykid999 1 677 May-23-2023, 02:37 AM
Last Post: deanhystad
  Why recursive function consumes more of processing time than loops? M83Linux 9 4,523 May-20-2021, 01:52 PM
Last Post: DeaD_EyE
  Combine Two Recursive Functions To Create One Recursive Selection Sort Function Jeremy7 12 7,786 Jan-17-2021, 03:02 AM
Last Post: Jeremy7
  Execution of Another Recursive Function muzikman 5 3,205 Dec-04-2020, 08:13 PM
Last Post: snippsat
  Don't Understand Recursive Function muzikman 9 3,949 Dec-03-2020, 05:10 PM
Last Post: muzikman
  list call problem in generator function using iteration and recursive calls postta 1 2,036 Oct-24-2020, 09:33 PM
Last Post: bowlofred
  Recursive function returns None, when True is expected akar 0 3,509 Sep-07-2020, 07:58 PM
Last Post: akar
  factorial using recursive function spalisetty06 12 4,393 Aug-25-2020, 03:16 PM
Last Post: spalisetty06
  Nested Recursive Function not Returning Etotheitau 2 2,419 May-09-2020, 06:09 PM
Last Post: Etotheitau
  Information "creeps up" in recursive function InigoMontoya 2 1,971 Sep-17-2019, 06:25 PM
Last Post: jefsummers

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020