0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (2)
  • R1,000 - R2,500 (4)
  • -
Status
Brand

Showing 1 - 6 of 6 matches in All Departments

Calculated Bets - Computers, Gambling, and Mathematical Modeling to Win (Hardcover): Steven S Skiena Calculated Bets - Computers, Gambling, and Mathematical Modeling to Win (Hardcover)
Steven S Skiena
R2,051 R1,378 Discovery Miles 13 780 Save R673 (33%) Ships in 12 - 17 working days

Calculated Bets describes a gambling system that works. Steven Skiena, a jai-alai enthusiast and computer scientist, documents how he used computer simulations and modeling techniques to predict the outcome of jai-alai matches and increased his initial stake by 544% in one year. Skiena demonstrates how his jai-alai system functions like a stock trading system, and includes examples of how gambling and mathematics interact in program trading systems, how mathematical models are used in political polling, and what the future holds for Internet gambling. With humor and enthusiasm, Skiena explains computer predictions used in business, sports, and politics, and the difference between correlation and causation. An unusual presentation of how mathematical models are designed, built, and validated, Calculated Bets also includes a list of modeling projects with online data sources. Steven Skiena, Associate Professor of Computer Science at SUNY Stony Brook, is the author of The Algorithm Design Manual (Springer-Verlag, 1997) and the EDUCOM award-winning Computational Discrete Mathematics. He is the recipient of the ONR Young Investigator's Award and the Chancellor's Award for Excellence in Teaching at Stony Brook. His research interests include discrete mathematics and its applications, particularly the design of graph, string, and geometric algorithms.

The Algorithm Design Manual (Hardcover, 3rd ed. 2020): Steven S Skiena The Algorithm Design Manual (Hardcover, 3rd ed. 2020)
Steven S Skiena
R2,101 R1,914 Discovery Miles 19 140 Save R187 (9%) Ships in 12 - 17 working days

"My absolute favorite for this kind of interview preparation is Steven Skiena's The Algorithm Design Manual. More than any other book it helped me understand just how astonishingly commonplace ... graph problems are -- they should be part of every working programmer's toolkit. The book also covers basic data structures and sorting algorithms, which is a nice bonus. ... every 1 - pager has a simple picture, making it easy to remember. This is a great way to learn how to identify hundreds of problem types." (Steve Yegge, Get that Job at Google) "Steven Skiena's Algorithm Design Manual retains its title as the best and most comprehensive practical algorithm guide to help identify and solve problems. ... Every programmer should read this book, and anyone working in the field should keep it close to hand. ... This is the best investment ... a programmer or aspiring programmer can make." (Harold Thimbleby, Times Higher Education) "It is wonderful to open to a random spot and discover an interesting algorithm. This is the only textbook I felt compelled to bring with me out of my student days.... The color really adds a lot of energy to the new edition of the book!" (Cory Bart, University of Delaware) "The is the most approachable book on algorithms I have." (Megan Squire, Elon University) --- This newly expanded and updated third edition of the best-selling classic continues to take the "mystery" out of designing algorithms, and analyzing their efficiency. It serves as the primary textbook of choice for algorithm design courses and interview self-study, while maintaining its status as the premier practical reference guide to algorithms for programmers, researchers, and students. The reader-friendly Algorithm Design Manual provides straightforward access to combinatorial algorithms technology, stressing design over analysis. The first part, Practical Algorithm Design, provides accessible instruction on methods for designing and analyzing computer algorithms. The second part, the Hitchhiker's Guide to Algorithms, is intended for browsing and reference, and comprises the catalog of algorithmic resources, implementations, and an extensive bibliography. NEW to the third edition: -- New and expanded coverage of randomized algorithms, hashing, divide and conquer, approximation algorithms, and quantum computing -- Provides full online support for lecturers, including an improved website component with lecture slides and videos -- Full color illustrations and code instantly clarify difficult concepts -- Includes several new "war stories" relating experiences from real-world applications -- Over 100 new problems, including programming-challenge problems from LeetCode and Hackerrank. -- Provides up-to-date links leading to the best implementations available in C, C++, and Java Additional Learning Tools: -- Contains a unique catalog identifying the 75 algorithmic problems that arise most often in practice, leading the reader down the right path to solve them -- Exercises include "job interview problems" from major software companies -- Highlighted "take home lessons" emphasize essential concepts -- The "no theorem-proof" style provides a uniquely accessible and intuitive approach to a challenging subject -- Many algorithms are presented with actual code (written in C) -- Provides comprehensive references to both survey articles and the primary literature Written by a well-known algorithms researcher who received the IEEE Computer Science and Engineering Teaching Award, this substantially enhanced third edition of The Algorithm Design Manual is an essential learning tool for students and professionals needed a solid grounding in algorithms. Professor Skiena is also the author of the popular Springer texts, The Data Science Design Manual and Programming Challenges: The Programming Contest Training Manual.

The Algorithm Design Manual (Paperback, 3rd ed. 2020): Steven S Skiena The Algorithm Design Manual (Paperback, 3rd ed. 2020)
Steven S Skiena
R1,896 Discovery Miles 18 960 Ships in 10 - 15 working days

"My absolute favorite for this kind of interview preparation is Steven Skiena's The Algorithm Design Manual. More than any other book it helped me understand just how astonishingly commonplace ... graph problems are -- they should be part of every working programmer's toolkit. The book also covers basic data structures and sorting algorithms, which is a nice bonus. ... every 1 - pager has a simple picture, making it easy to remember. This is a great way to learn how to identify hundreds of problem types." (Steve Yegge, Get that Job at Google) "Steven Skiena's Algorithm Design Manual retains its title as the best and most comprehensive practical algorithm guide to help identify and solve problems. ... Every programmer should read this book, and anyone working in the field should keep it close to hand. ... This is the best investment ... a programmer or aspiring programmer can make." (Harold Thimbleby, Times Higher Education) "It is wonderful to open to a random spot and discover an interesting algorithm. This is the only textbook I felt compelled to bring with me out of my student days.... The color really adds a lot of energy to the new edition of the book!" (Cory Bart, University of Delaware) "The is the most approachable book on algorithms I have." (Megan Squire, Elon University) --- This newly expanded and updated third edition of the best-selling classic continues to take the "mystery" out of designing algorithms, and analyzing their efficiency. It serves as the primary textbook of choice for algorithm design courses and interview self-study, while maintaining its status as the premier practical reference guide to algorithms for programmers, researchers, and students. The reader-friendly Algorithm Design Manual provides straightforward access to combinatorial algorithms technology, stressing design over analysis. The first part, Practical Algorithm Design, provides accessible instruction on methods for designing and analyzing computer algorithms. The second part, the Hitchhiker's Guide to Algorithms, is intended for browsing and reference, and comprises the catalog of algorithmic resources, implementations, and an extensive bibliography. NEW to the third edition: -- New and expanded coverage of randomized algorithms, hashing, divide and conquer, approximation algorithms, and quantum computing -- Provides full online support for lecturers, including an improved website component with lecture slides and videos -- Full color illustrations and code instantly clarify difficult concepts -- Includes several new "war stories" relating experiences from real-world applications -- Over 100 new problems, including programming-challenge problems from LeetCode and Hackerrank. -- Provides up-to-date links leading to the best implementations available in C, C++, and Java Additional Learning Tools: -- Contains a unique catalog identifying the 75 algorithmic problems that arise most often in practice, leading the reader down the right path to solve them -- Exercises include "job interview problems" from major software companies -- Highlighted "take home lessons" emphasize essential concepts -- The "no theorem-proof" style provides a uniquely accessible and intuitive approach to a challenging subject -- Many algorithms are presented with actual code (written in C) -- Provides comprehensive references to both survey articles and the primary literature Written by a well-known algorithms researcher who received the IEEE Computer Science and Engineering Teaching Award, this substantially enhanced third edition of The Algorithm Design Manual is an essential learning tool for students and professionals needed a solid grounding in algorithms. Professor Skiena is also the author of the popular Springer texts, The Data Science Design Manual and Programming Challenges: The Programming Contest Training Manual.

Calculated Bets - Computers, Gambling, and Mathematical Modeling to Win (Paperback): Steven S Skiena Calculated Bets - Computers, Gambling, and Mathematical Modeling to Win (Paperback)
Steven S Skiena
R840 Discovery Miles 8 400 Ships in 12 - 17 working days

Calculated Bets describes a gambling system that works. Steven Skiena, a jai-alai enthusiast and computer scientist, documents how he used computer simulations and modeling techniques to predict the outcome of jai-alai matches and increased his initial stake by 544% in one year. Skiena demonstrates how his jai-alai system functions like a stock trading system, and includes examples of how gambling and mathematics interact in program trading systems, how mathematical models are used in political polling, and what the future holds for Internet gambling. With humor and enthusiasm, Skiena explains computer predictions used in business, sports, and politics, and the difference between correlation and causation. An unusual presentation of how mathematical models are designed, built, and validated, Calculated Bets also includes a list of modeling projects with online data sources. Steven Skiena, Associate Professor of Computer Science at SUNY Stony Brook, is the author of The Algorithm Design Manual (Springer-Verlag, 1997) and the EDUCOM award-winning Computational Discrete Mathematics. He is the recipient of the ONR Young Investigator's Award and the Chancellor's Award for Excellence in Teaching at Stony Brook. His research interests include discrete mathematics and its applications, particularly the design of graph, string, and geometric algorithms.

Programming Challenges - The Programming Contest Training Manual (Paperback, 2003 ed.): Steven S Skiena, Miguel A. Revilla Programming Challenges - The Programming Contest Training Manual (Paperback, 2003 ed.)
Steven S Skiena, Miguel A. Revilla
R1,741 R1,632 Discovery Miles 16 320 Save R109 (6%) Ships in 9 - 15 working days

.¿An Ideal Resource for Improving Programming Knowledge¿. The challenges of problems from international programming competitions are an effective way to improve algorithmic and coding skills and understanding. This book uses international programming competition-type problems to motivate the study of algorithms, programming, and other topics in computer science. It includes more than 100 programming challenges, as well as the theory and key concepts necessary for approaching them. Problems are organized by topic, and supplemented by complete tutorial material. Readers gain a concrete understanding of both algorithmic techniques and advanced coding topics. Unique Features: * Offers a wealth of rich programming problems suitable for self-study -- all with on-line judging at www.programming-challenges.com * Presents practice training for all major programming contests --ACM International Collegiate Programming Contest (ACM ICPC), International Olympiad in Informatics (IOI), and Topcoder Challenge * Serves as a convenient, web-based means of adding a programming component to any algorithms or software engineering course * Contains complete working code for fundamental data structures and graph, string, numerical and geometric algorithms * Provides a brief-yet-thorough treatment of key elements in number theory, geometry, dynamic programming, and graph algorithms * Supports all popular programming languages (C, C++, Pascal, Java) Steven S. Skiena is a member of the faculty of computer science at SUNY Stony Brook and is author of many widely used books, including The Algorithm Design Manual. He received the 2001 IEEE Computer Society Undergraduate Teaching Award. Miguel Revilla is a member of the faculty of computer science at the University of Valladolid, Spain. He is official website archivist of the ACM ICPC and creator/maintainer of the primary robot-judge, contest-hosting website.

Desafios de programacion - El manual de entrenamiento para concursos de programacion (Spanish, Paperback, 4th ed.): Miguel A.... Desafios de programacion - El manual de entrenamiento para concursos de programacion (Spanish, Paperback, 4th ed.)
Miguel A. Revilla; Translated by Miguel Revilla Rodriguez; Steven S Skiena
R684 Discovery Miles 6 840 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Efekto 77300-G Nitrile Gloves (M)(Green)
R63 Discovery Miles 630
Morgan
Kate Mara, Jennifer Jason Leigh, … Blu-ray disc  (1)
R67 Discovery Miles 670
Deadpool 2 - Super Duper Cut
Ryan Reynolds Blu-ray disc R52 Discovery Miles 520
Dig & Discover: Dinosaurs - Excavate 2…
Hinkler Pty Ltd Kit R256 Discovery Miles 2 560
Sony PlayStation Portal Remote Player…
R5,299 Discovery Miles 52 990
Bostik Art & Craft Sprayable Adhesive…
R189 Discovery Miles 1 890
Bantex @School Modelling Clay (15g x 12…
R23 Discovery Miles 230
Higher
Michael Buble CD  (1)
R165 R138 Discovery Miles 1 380
Bostik Clear in Box (25ml)
R26 Discovery Miles 260
Students Must Rise - Youth Struggle In…
Anne Heffernan, Noor Nieftagodien Paperback  (1)
R395 R309 Discovery Miles 3 090

 

Partners