Book picks similar to
Graph Theory: A Problem Oriented Approach by Daniel Marcus
wanted
wtr-gen-math
compsci
graph-theory
Practical Algebra: A Self-Teaching Guide
Peter H. Selby - 1974
Practical Algebra is an easy andfun-to-use workout program that quickly puts you in command of allthe basic concepts and tools of algebra. With the aid of practical, real-life examples and applications, you'll learn: * The basic approach and application of algebra to problemsolving * The number system (in a much broader way than you have known itfrom arithmetic) * Monomials and polynomials; factoring algebraic expressions; howto handle algebraic fractions; exponents, roots, and radicals;linear and fractional equations * Functions and graphs; quadratic equations; inequalities; ratio, proportion, and variation; how to solve word problems, andmore Authors Peter Selby and Steve Slavin emphasize practical algebrathroughout by providing you with techniques for solving problems ina wide range of disciplines--from engineering, biology, chemistry, and the physical sciences, to psychology and even sociology andbusiness administration. Step by step, Practical Algebra shows youhow to solve algebraic problems in each of these areas, then allowsyou to tackle similar problems on your own, at your own pace.Self-tests are provided at the end of each chapter so you canmeasure your mastery.
Concrete Mathematics: A Foundation for Computer Science
Ronald L. Graham - 1988
"More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems."
Algorithms
Robert Sedgewick - 1983
This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.
Solutions of Selected Problems for Mathematical Methods in the Physical
Mary L. Boas - 1984
Intuition and computational abilities are stressed. Original material on DE and multiple integrals has been expanded.
Daily Guideposts 2016: A Spirit-Lifting Devotional
Guideposts - 2015
Each day readers will enjoy a Scripture verse, a true story told in an informal style, which shares the ways God speaks to us in the ordinary events of life, and a brief prayer to bring focus and help you apply the day’s message. “Digging Deeper,” additional Bible references that relate to the day’s reading, as well as space to record “God’s Abiding Love,” are also included.Enjoy returning writers like Debbie Macomber, Edward Grinnan, Elizabeth Sherrill, Patricia Lorenz, Julia Attaway, Karen Barber, Katie Ganshert, Marion Bond West, and Rick Hamlin, plus two new contributors.In just five minutes a day, Daily Guideposts helps you find the spiritual richness in your own life. Now celebrating its fortieth anniversary, Daily Guideposts has sold more than twenty million copies.
Galaxy's Isaac Asimov Collection Volume 1: A Compilation from Galaxy Science Fiction Issues (Galaxy Science Fiction Digital Series)
Isaac Asimov - 2017
These stories were originally published by Galaxy Science Fiction Magazine in the early 1950's. Stories include the 3 part full length novel Tyrann, as well as Hostess, The C-Chute, Darwinian Pool Room, The Martian Way and The Deep.With over 350+ electronic pages and all of the originally artwork from each issue of Galaxy, you can experience these stories the same way science fiction fans from the 1950's did! Look for more editions of MDP'sGalaxy's Science Fiction series, available now at e-retailers worldwide.
The Cave Girl/The Cave Man
Edgar Rice Burroughs - 2011
Waldo’s bookish education hasn’t prepared him to cope with such surroundings ... in short, he’s a coward — he’s terrified when he encounters primitive, violent men, ape-like throwbacks in mankind's evolutionary history! Edgar Rice Burroughs’ “The Cave Girl” was serialized in The All-Story magazine in 1913; his sequel, “The Cave Man,” followed in 1917. This edition contains both texts.
The Wellington and Napoleon Quartet: Young Bloods, The Generals, Fire and Sword, Fields of Death
Simon Scarrow - 2015
Arthur, Duke of Wellington, and Emperor Napoleon Bonaparte were adversaries on an epic scale. Across Europe and beyond, the armies of Great Britain and France clashed, from the Iberian Peninsula to India, from Austerlitz to the final confrontation at Waterloo. What drove the two clever, ambitious, determined men who masterminded these military campaigns? How did the underdog from Corsica develop the strategic military skills and the political cunning that gave him power over swathes of Europe? And how did Wellington, born to be a leader, hone his talents and drive an army to victory after victory?From an outstanding historian and novelist come four epic novels, now available in one volume for the first time, which tell the full story of both these men, from their very early days till the momentous battle at Waterloo which decided the future of Europe.INCLUDES MAPS
Code: The Hidden Language of Computer Hardware and Software
Charles Petzold - 1999
And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries. Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines. It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.
Hacker's Delight
Henry S. Warren Jr. - 2002
Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks.
Applied Linear Regression Models- 4th Edition with Student CD (McGraw Hill/Irwin Series: Operations and Decision Sciences)
Michael H. Kutner - 2003
Cases, datasets, and examples allow for a more real-world perspective and explore relevant uses of regression techniques in business today.
Basic Category Theory for Computer Scientists
Benjamin C. Pierce - 1991
Assuming a minimum of mathematical preparation, Basic Category Theory for Computer Scientists provides a straightforward presentation of the basic constructions and terminology of category theory, including limits, functors, natural transformations, adjoints, and cartesian closed categories. Four case studies illustrate applications of category theory to programming language design, semantics, and the solution of recursive domain equations. A brief literature survey offers suggestions for further study in more advanced texts.
AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps
Shyam Seshadri - 2014
By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle
Learn You a Haskell for Great Good!
Miran Lipovača - 2011
Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.
Purely Functional Data Structures
Chris Okasaki - 1996
However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques that allow programmers to develop their own functional data structures. The author includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs are easily adaptable to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.