Find Jobs
Hire Freelancers

Doubly Linked Lists and Arbitrary Sparse Matrices(repost)

$30-5000 USD

Ditutup
Dibuat hampir 20 tahun yang lalu

$30-5000 USD

Dibayar ketika dikirim
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
ID Proyek: 3262730

Tentang proyek

10 proposal
Proyek remot
Aktif 20 tahun yang lalu

Ingin menghasilkan uang?

Keuntungan menawar di Freelancer

Tentukan anggaran dan garis waktu Anda
Dapatkan bayaran atas pekerjaan Anda
Uraikan proposal Anda
Gratis mendaftar dan menawar pekerjaan
10 freelancer menawar dengan rata-rata $27 USD untuk pekerjaan ini
Avatar Pengguna
See private message.
$25,50 USD dalam 14 hari
4,9 (47 ulasan)
4,6
4,6
Avatar Pengguna
See private message.
$11,90 USD dalam 14 hari
4,9 (11 ulasan)
3,8
3,8
Avatar Pengguna
See private message.
$42,50 USD dalam 14 hari
4,0 (18 ulasan)
4,1
4,1
Avatar Pengguna
See private message.
$17 USD dalam 14 hari
3,1 (13 ulasan)
5,0
5,0
Avatar Pengguna
See private message.
$12,75 USD dalam 14 hari
5,0 (6 ulasan)
2,6
2,6
Avatar Pengguna
See private message.
$29,75 USD dalam 14 hari
5,0 (13 ulasan)
2,7
2,7
Avatar Pengguna
See private message.
$17 USD dalam 14 hari
5,0 (8 ulasan)
2,4
2,4
Avatar Pengguna
See private message.
$66,30 USD dalam 14 hari
4,7 (4 ulasan)
1,1
1,1
Avatar Pengguna
See private message.
$6,80 USD dalam 14 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
See private message.
$42,50 USD dalam 14 hari
0,0 (0 ulasan)
0,0
0,0

Tentang klien

Bendera UNITED STATES
Gainesville, United States
5,0
8
Anggota sejak Jun 28, 2004

Verifikasi Klien

Terima kasih! Kami telah mengirim Anda email untuk mengklaim kredit gratis Anda.
Anda sesuatu yang salah saat mengirimkan Anda email. Silakan coba lagi.
Pengguna Terdaftar Total Pekerjaan Terpasang
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Memuat pratinjau
Izin diberikan untuk Geolokasi.
Sesi login Anda telah kedaluwarsa dan Anda sudah keluar. Silakan login kembali.