Find Jobs
Hire Freelancers

solving data structure problem.

$10-30 CAD

Dokončeno
Zveřejněno před více než 6 roky

$10-30 CAD

Zaplaceno při doručení
Give the Big-O performance of the following code fragment: for i in range(n): for j in range(n): k = 2 + 2 Give the Big-O performance of the following code fragment: for i in range(n): k = 2 + 2 Give the Big-O performance of the following code fragment: i = n while i > 0: k = 2 + 2 i = i // 2 Give the Big-O performance of the following code fragment: for i in range(n): for j in range(n): for k in range(n): k = 2 + 2 Give the Big-O performance of the following code fragment: i = n while i > 0: k = 2 + 2 i = i // 2 Give the Big-O performance of the following code fragment: for i in range(n): k = 2 + 2 for j in range(n): k = 2 + 2 for k in range(n): k = 2 + 2 Next Section - 2.11. Programming Exercises Mark as completed
IČ projektu: 16041381

O projektu

18 nabídky
Vzdálený projekt
Aktivní před 6 roky

Chcete si vydělat nějaké peníze?

Výhody podávání nabídek na Freelancer

Stanovte si rozpočet a časový rámec
Získejte za svou práci zaplaceno
Načrtněte svůj návrh
Registrace a podávání nabídek je zdarma
Uděleno:
Avatar uživatele
A proposal has not yet been provided
$15 CAD v 1 dni
4,9 (14 recenze)
2,9
2,9
18 freelanceři nabízejí v průměru $23 CAD za tuto práci
Avatar uživatele
Hi there. I went through the requirements and I would like to do this project if given the opportunity. Let me know if you are interested so I can have further details.
$30 CAD v 1 dni
4,9 (1564 recenze)
8,0
8,0
Avatar uživatele
50CAD for this project Relevant Skills and Experience I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 6 years. My work is online game developing, and mainly focus on client side. Proposed Milestones $50 CAD - Finish this project
$50 CAD v 1 dni
4,8 (172 recenze)
7,1
7,1
Avatar uživatele
I'm a senior software developer who have over 300 completed projects with 100% positive reviews and my account also is qualified by this site as a Preferred-freelancer Relevant Skills and Experience My portfolio: https://www.freelancer.com/u/DucNA.html Proposed Milestones $29 CAD - Milestone Could you please share me more details? Then I will check and let you know my estimation (time and effort) for this project.
$29 CAD v 0 dni
4,9 (274 recenze)
6,6
6,6
Avatar uživatele
A proposal has not yet been provided
$30 CAD v 2 dnech
4,9 (39 recenze)
5,4
5,4
Avatar uživatele
I have 5+ years of working experience in data structures and algorithms. Looking forward for a positive response from you. Relevant Skills and Experience Data structures, algorithms Proposed Milestones $15 CAD - Finish the task
$15 CAD v 1 dni
4,9 (46 recenze)
4,7
4,7
Avatar uživatele
I would like to offer myself as a probable candidate for this assignment as I am confident of delivering a quality output. I have excellent expertise in this area. Relevant Skills and Experience I have total 7 years or experience in web development and design using java,j2ee,spring,hibernate,CSS,jquery,angular js, rest/soap web services Proposed Milestones $25 CAD - JAVA
$25 CAD v 1 dni
4,8 (18 recenze)
4,0
4,0
Avatar uživatele
Please send all your questions in doc or pdf format. We need formated code to estimate bigO correctly. Relevant Skills and Experience Java Level 1 (92%, 99th percentile). I have 17 years of tutoring expirience with homeworkhelp4u. We provide confidential programming help for students from USA, Canada, UK and other countries. Proposed Milestones $20 CAD - Full work
$20 CAD v 1 dni
4,6 (9 recenze)
3,4
3,4
Avatar uživatele
Hi, Easy works. Solution for first one is "constant time" Relevant Skills and Experience Currently following Msc in Computer Science Proposed Milestones $25 CAD - Completion Please send me the actual problem. Then I can complete the work quickly
$25 CAD v 0 dni
4,8 (5 recenze)
2,8
2,8
Avatar uživatele
Hi, I'm currently a software engineering student and has passed a data structure and algorithms course with 94%. I can definitely help you with your assignment. Just leave a message! Thanks Relevant Skills and Experience Data Structures and Algorithms Big O Notation Proposed Milestones $17 CAD - Solve the questions Additional Services Offered $2 CAD - Full explanation
$17 CAD v 1 dni
4,7 (3 recenze)
2,2
2,2
Avatar uživatele
I just have solved very similar examples and I already solved what's written in the description . Relevant Skills and Experience Data Structures, complexity analysis and Algorithms Proposed Milestones $20 CAD - Milestone
$20 CAD v 0 dni
5,0 (1 recenze)
1,8
1,8
Avatar uživatele
can be done in less than an hour Relevant Skills and Experience knowledge of big o and running time of code Proposed Milestones $16 CAD - solutions
$16 CAD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
A proposal has not yet been provided
$14 CAD v 2 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
A proposal has not yet been provided
$25 CAD v 2 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
Hi. Having completed a Graduate Diploma in Computer Science I am well equipped to explain these questions Relevant Skills and Experience Graduate Diploma in Computer Science. Bachelor of Science in Theoretical Physics Proposed Milestones $15 CAD - Full completion I'm assuming that the questions did not display correctly - Is there missing square brackets for array access? Also the identation is important in python - for most of the questions it may change the answers As an example of my work: i = n while i > 0: k = 2 + 2 i = i // 2 The stuff inside the loop is of order O(1). (Slightly inaccurate with python due to supporting integers of unlimited size. Ignore this point unless it has come up in class before.) Therefore we need to find out a upper bound on the number of times the loop runs. Let m be such that m is the smallest integer such that 2^m >= n. Equivalently m is the number of times that 1 needs to be doubled to be greater than n. As such it provides a upper bound on the number of times n can be // 2 before reaching one. As the loop terminates on zero the answer is thus: O(m+1) >= O(log2(n)) = O(log(n)) as the change of basis of logs is a constant factor.
$15 CAD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
A proposal has not yet been provided
$10 CAD v 2 dnech
0,0 (0 recenze)
0,0
0,0

O klientovi

Pochází z CANADA
barrie, Canada
4,9
13
Ověřená platební metoda
Členem od led 7, 2018

Ověření klienta

Díky! Poslali jsme vám e-mailem odkaz pro získání kreditu zdarma.
Při odesílání e-mailu se něco pokazilo. Zkuste to prosím znovu.
Registrovaných uživatelů Zveřejněných projektů
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Načítání náhledu
Bylo uděleno povolení ke geolokaci.
Vaše doba přihlášení vypršela a byli jste odhlášeni. Přihlaste se znovu.