Find Jobs
Hire Freelancers

Doubly Linked Lists and Arbitrary Sparse Matrices(repost)

$30-5000 USD

Zamknięte
Opublikowano prawie 20 lat temu

$30-5000 USD

Płatne przy odbiorze
An abitrary sparse matrix can be represented as a doubly linked list. Non-zero terms (and only non-zero terms) are stored in this linked list in row-major order. The class `DLLSparseMatrixTerm` defines the terms of the sparse matrix (similar to the relationship between `ChainNode` and `Chain`). Develop a Java class `DLLSparseMatrix` that implements `insert`, `clear`, and `transpose` of the sparse matrix. The transpose should be done in O(n2) time and O(1) space. Row-major representation means we store terms row by row. For example, the non-zero terms of the following sparse matrix | 1 | 2 | | | | | | 3 | 4 | | | | 5 | | | 6 | | | | 7 | | | | can be represented in this sequence [1, 2, 3, 4, 5, 6, 7] in a row-major ordering. When `transpose()` is invoked, the result matrix is | 1 | | 5 | | | 2 | 3 | | 7 | | | 4 | | | | | | 6 | | | | | | | So the terms are represented in this sequence [ 1, 5, 2, 3, 7, 4, 6] in row-major ordering. The code for the class `DLLSparseMatrixTerm` is given in the [login to view URL] file in the codes.zip. 1. Write the code for the new class. (Import the dataStructures package from [login to view URL]). 2. Show that your transpose method takes *O*(*n*2) time and *O*(1) space. Be as precise as possible. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package that will install the software in ready-to-run condition on the platform(s) specified in this bid request. 3) All deliverables will be considered "work made for hire" under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform Java
Identyfikator projektu: 3262730

Informację o projekcie

10 ofert
Zdalny projekt
Aktywny 20 lat temu

Szukasz sposobu na zarobienie pieniędzy?

Korzyści ze składania ofert na Freelancer.com

Ustal budżet i ramy czasowe
Otrzymuj wynagrodzenie za swoją pracę
Przedstaw swoją propozycję
Rejestracja i składanie ofert jest bezpłatne
10 freelancerzy składają oferty o średniej wysokości $27 USD dla tej pracy
Awatar Użytkownika
See private message.
$25,50 USD w 14 dni
4,9 (47 opinii)
4,6
4,6
Awatar Użytkownika
See private message.
$11,90 USD w 14 dni
4,9 (11 opinii)
3,8
3,8
Awatar Użytkownika
See private message.
$42,50 USD w 14 dni
4,0 (18 opinii)
4,1
4,1
Awatar Użytkownika
See private message.
$17 USD w 14 dni
3,1 (13 opinii)
5,0
5,0
Awatar Użytkownika
See private message.
$12,75 USD w 14 dni
5,0 (6 opinii)
2,6
2,6
Awatar Użytkownika
See private message.
$29,75 USD w 14 dni
5,0 (13 opinii)
2,7
2,7
Awatar Użytkownika
See private message.
$17 USD w 14 dni
5,0 (8 opinii)
2,4
2,4
Awatar Użytkownika
See private message.
$66,30 USD w 14 dni
4,7 (4 opinii)
1,1
1,1
Awatar Użytkownika
See private message.
$6,80 USD w 14 dni
0,0 (0 opinii)
0,0
0,0
Awatar Użytkownika
See private message.
$42,50 USD w 14 dni
0,0 (0 opinii)
0,0
0,0

O kliencie

Flaga UNITED STATES
Gainesville, United States
5,0
8
Członek od cze 28, 2004

Weryfikacja Klienta

Dziękujemy! Przesłaliśmy Ci e-mailem link do odebrania darmowego bonusu.
Coś poszło nie tak podczas wysyłania wiadomości e-mail. Proszę spróbować ponownie.
Zarejestrowani Użytkownicy Całkowita Liczba Opublikowanych Projektów
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Wczytywanie podglądu
Udzielono pozwolenia na Geolokalizację.
Twoja sesja logowania wygasła i zostałeś wylogowany. Proszę, zalogować się ponownie.