xaca / java_fundamentals

Curso de fundamentos de programación en java
16 stars 50 forks source link

We need exercises about recursion functions #6

Open xaca opened 7 years ago

xaca commented 7 years ago

Diffent of fibonacci, and factorial

cjlcarvalho commented 7 years ago

Can I collaborate with recursive binary search function? @xaca

praveensvsrk commented 7 years ago

I would like to help you with this. But what is the difficulty you expect?

xaca commented 7 years ago

@cjlcarvalho Cousrse, also i have a hand with a portuguese translation, take a look to the others issues please.

xaca commented 7 years ago

@praveensvsrk Hard, medium, easy. Any level is welcome.

cjlcarvalho commented 7 years ago

I've made a PR with Binary Search algorithm. @xaca

praveensvsrk commented 7 years ago

Added code for reversing a linked list recursively @xaca

xaca commented 7 years ago

@praveensvsrk Good code! thanks!

jpvg10 commented 7 years ago

I can add Euclid's algorithm for finding the Greatest Common Divisor between two numbers

xaca commented 7 years ago

@jpvg95 Claro que si :)

jpvg10 commented 7 years ago

@xaca Listo! (Yo hablando en inglés que por mantener la seriedad del asunto jaja)

xaca commented 7 years ago

@jpvg95 Ok Mr :+1: thanks

mawashicaprio commented 7 years ago

Hi @xaca I have added codes for : 1) Reversing a Stack recursively. 2) Sorting Stack Elements using Recursion. 3) Counting Nodes in a Linked list using recursion.

jmlon commented 7 years ago

A good problem: The Russian multiplication algorithm in recursive form.

jmlon commented 7 years ago

Other recursive problems:

ribhav-pahuja commented 7 years ago

@xaca , I would like to add tower of hanoi.

matheuscr30 commented 7 years ago

@xaca i Will do the decimal to binary conversion

xaca commented 7 years ago

@jmlon Wow, we are wating for mr Kaiosama code examples. 👍

xaca commented 7 years ago

@matheuscr30 We are ready for your solution

xaca commented 7 years ago

@ribhav-pahuja Ok, go, go, go ...