Find Jobs
Hire Freelancers

simple iterative traverse binary tree

$10-30 USD

Completed
Posted over 9 years ago

$10-30 USD

Paid on delivery
recusively i have already done void show_tree_asc(KNOTEN *zeiger) { if(zeiger != NULL) { show_tree_asc(zeiger->links); printf("<-%d->",zeiger->wert); show_tree_asc(zeiger->rechts); } } INFO: zeiger=pointer links = left rechts = right wert = value now i need the metho iterativ here is my attempt but its not 100% correct i think it shows only left tree and then stops void show_tree_asc_iter(KNOTEN *zeiger) { while(zeiger != NULL) { zeiger = zeiger->links; printf("<-%d->",zeiger->wert); zeiger = zeiger->rechts; } }
Project ID: 6641135

About the project

3 proposals
Remote project
Active 10 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Hello, Just do a Depth First Search in iterative, I can do it in less than a hour without difficulty
$15 USD in 1 day
0.0 (0 reviews)
0.0
0.0
3 freelancers are bidding on average $23 USD for this job
User Avatar
Greetings, I am BS-CS graduate having majors in Software Engineering. I have knowledge of C++ and has done coding in the domain as well. Hoping to hear soon from you to discuss more details.
$25 USD in 1 day
4.9 (2 reviews)
1.1
1.1
User Avatar
https://www.freelancer.pk/u/ajaykumar1127.html this is my original , there were no bids remaining so that's why trying from here. You can check me out if i am good or not!! :)
$30 USD in 0 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of AUSTRIA
Steyr Gleink, Austria
5.0
219
Payment method verified
Member since Jul 3, 2013

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.