Collections Back
Found 7 from your keywords: Subject : "ALGORITHMS"
Query took 0.51413 second(s) to complete
SELECT biblio.biblio_id, biblio.title, biblio.image, biblio.isbn_issn, biblio.publish_year, pbl.publisher_name AS `publisher`, pplc.place_name AS `publish_place`, biblio.labels, biblio.input_date FROM biblio LEFT JOIN mst_publisher AS pbl ON biblio.publisher_id=pbl.publisher_id LEFT JOIN mst_place AS pplc ON biblio.publish_place_id=pplc.place_id WHERE opac_hide=0 AND (biblio.biblio_id IN (SELECT bt.biblio_id FROM biblio_topic AS bt LEFT JOIN mst_topic AS t ON bt.topic_id=t.topic_id WHERE topic LIKE '%ALGORITHMS%')) ORDER BY biblio.publish_year DESC, biblio.title ASC LIMIT 0, 20

Convex optimization algorithms

Author(s) : Bertsekas, Dimitri P. -

Data structur and algorithm analysis in C++

Author(s) : Weiss, Mark Allen -

Introduction to algorithms. Third Edition

Author(s) : Cormen, Thomas H. - Leiserson, Charles Eric - Rivest, Ronald L. -

Numerical optimization 2nd edition

Author(s) : Wright, Stephen J - Nocedal, Jorge -