Skip to content

Add recursive max function for list#37

Merged
codewithdhruba01 merged 1 commit intomasterfrom
add/question
Oct 25, 2025
Merged

Add recursive max function for list#37
codewithdhruba01 merged 1 commit intomasterfrom
add/question

Conversation

@codewithdhruba01
Copy link
Copy Markdown
Owner

@codewithdhruba01 codewithdhruba01 commented Oct 25, 2025

Implement recursive function to find max element in a list.

Function max_recursive() list ko recursively chhoti karte hue call karta hai.
Har step me first element ko remaining list ke maximum se compare karta hai.
Jab list me ek hi element bachta hai, wahi return hota hai (base case).

Implement recursive function to find max element in a list.
@codewithdhruba01 codewithdhruba01 self-assigned this Oct 25, 2025
@codewithdhruba01 codewithdhruba01 added question Further information is requested wontfix This will not be worked on labels Oct 25, 2025
@codewithdhruba01 codewithdhruba01 merged commit e68ac36 into master Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

question Further information is requested wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant