Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People


Aditya Y. Bhargava - 2015
    The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated and engaging guide makes it easy for you to learn how to use algorithms effectively in your own programs.Grokking Algorithms is a disarming take on a core computer science topic. In it, you'll learn how to apply common algorithms to the practical problems you face in day-to-day life as a programmer. You'll start with problems like sorting and searching. As you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression or artificial intelligence. Whether you're writing business software, video games, mobile apps, or system utilities, you'll learn algorithmic techniques for solving problems that you thought were out of your grasp. For example, you'll be able to:Write a spell checker using graph algorithmsUnderstand how data compression works using Huffman codingIdentify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer insteadEach carefully-presented example includes helpful diagrams and fully-annotated code samples in Python. By the end of this book, you will know some of the most widely applicable algorithms as well as how and when to use them.

Invitation to the Life Span


Kathleen Stassen Berger - 2009
    But that does not even begin to convey what the Berger experience is: What makes these bestselling textbooks so distinctive is the unmistakable presence of KATHLEEN STASSEN BERGER on every page, in writing that continually draws on the author’s teaching and family life to demonstrate a remarkable understanding not just of the field, but of students’ questions, their concerns, and their lives.The distinctive, definitive BERGER touch is evident throughout her new textbook, Invitation to the Life Span. This brief, original, 15-chapter textbook was created from page 1 to address the challenges teachers and students face when covering the entire life span in a semester (or even a quarter!). The hallmark Berger qualities are all here—the relatable presentation of research, the inclusive approach to world cultures, the study help that builds critical thinking and observational skills, the outstanding media and supplements—and all held together with Berger’s skill in bringing students and the science together.

Bailey and Love's Short Practice of Surgery


Norman S. Williams - 1968
    Under the stewardship of the eminent editorial team, comprising two editors with experience gained over previous editions and a third editor new to this edition, and in response to reader feedback, the content has been sub-divided into parts to ensure a logical sequence and grouping of related chapters throughout while the text features enthusiastically received in the last edition have been retained. The new edition opens with sections devoted to the underlying principles of surgical practice, investigation and diagnosis, and pre-operative care. These are followed by chapters covering all aspects of surgical trauma. The remainder of the book considers each of the surgical specialties in turn, from elective orthopaedics through skin, head and neck, breast and endocrine, cardiothoracic and vascular, to abdominal and genitourinary.Key features: Authoritative: emphasises the importance of effective clinical examination and soundly based surgical principles, while taking into account the latest developments in surgical practice.Updated: incorporates new chapters on a wide variety of topics including metabolic response to injury, shock and blood transfusion, and surgery in the tropics.Easy to navigate: related chapters brought together into clearly differentiated sections for the first time.Readable: preserves the clear, direct writing style, uncluttered by technical jargon, that has proved so popular in previous editions.User-friendly: numerous photographs and explanatory line diagrams, learning objectives, summary boxes, biographical footnotes, memorable anecdotes and full-colour presentation supplement and enhance the text throughout.Bailey and Love has a wide appeal to all those studying surgery, from undergraduate medical students to those in preparation for their postgraduate surgical examinations. In addition, its high standing and reputation for unambiguous advice also make it the first point of reference for many practising surgeons. The changes that have been introduced to the 25th edition will only serve to strengthen support for the text among all these groups.

Fundamentals of Game Design


Ernest Adams - 2006
    For courses in Fundamentals of Game Design for all video game developers and designers With a focus on designing for the commercial entertainment market, this text teaches the principles and practice of game design and covers each of the major game genres individually.

The Art of Case Study Research


Robert E. Stake - 1995
    Stake uses and annotates an actual case study to answer such questions as: How is the case selected? How do you select the case which will maximize what can be learned? How can what is learned from one case be applied to another? How can what is learned from a case be interpreted? In addition, the book covers: the differences between quantitative and qualitative approaches; data-gathering including document review; coding, sorting and pattern analysis; the roles of the researcher; triangulation; and reporting.

Essential Cell Biology


Bruce Alberts - 1997
    The key to every biological problem must finally be sought in the cell, for every living organism is, or at sometime has been, a cell."

Backstage Handbook: An Illustrated Almanac of Technical Information


Paul Carter - 1988
    Its sturdy leatherette binding will stand up to years of constant use.The third edition updates this popular reference book with new terminology and materials, and adds dozens of new illustrations of grip hardware, film lighting equipment and painting tools. Backstage Handbook includes chapters on Tools, Hardware, Materials, Electrics, Shop Math, Architecture and Theatre. There are hundreds of illustrations, tables and charts which cover everything from the stock sizes and specs of wood screws, to safe working loads for several kinds of rope, to illustrations of twenty-two types of standard lamp bases.

Angels at My Fingertips


Lorna Byrne - 2017
    Stories of Lorna's early life in rural Ireland, of how angels helped and guided her through traumatic events, lead to a detailed description of what angels are like, the different types of angels, how they behave in interact with God and other angels as well as human beings, their role during our lives and after death. Angels at My Fingertips also contains an account of how Joe, her husband, who died young in Angels in My Hair returns to visit her. For the first time Lorna reveals the role of the souls of our loved ones who may return from heaven briefly to help and guide us. Information as detailed as this never been published anywhere before now.Since she went public about her unprecedented gifts, Lorna's reputation has grown. The Catholic Church is at last beginning to show recognition, asking her to speak in churches, and leading American theologian Matthew Fox has compared her to the medieval saint, Hildegard of Bingen. Her unique qualities have been recognised by leading Islamic theologians too.Lorna's last two books for have been Sunday Times number one bestsellers and Message of Hope from the Angels was also the number one bestselling MBS book in the year it was published.

The Professional Product Owner: Leveraging Scrum as a Competitive Advantage


Don McGreal - 2018
    Scrum recognizes this -- but unfortunately, many companies, agile resources, and training curricula focus primarily on the mechanics of product ownership. Mechanics are important, but only as a means to an end: value. The Professional Product Owner will help product owners and their organizations refocus on value as the primary objective. The authors offer detailed practices for identifying where value can be found, measuring it, and maximizing it throughout the entire product lifecycle. Drawing on their combined 40+ years of experience in using agile and Scrum in product delivery, the authors show how to go beyond merely writing requirements and managing product backlogs, to take accountability and drive the process from vision to value.

Digital Signal Processing


Alan V. Oppenheim - 1975
    Includes many useful applications.

Python Crash Course: A Hands-On, Project-Based Introduction to Programming


Eric Matthes - 2015
    You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!

Collaborate or Perish!: Reaching Across Boundaries in a Networked World


William Bratton - 2012
    Today, when everyone is connected, collaboration is the game changer. Agencies and firms, citizens and groups who can collaborate, Bratton and Tumin argue, will thrive in the networked world; those who can’t are doomed to perish.No one today is better known around the world for his ability to get citizens, governments, and industries working together to improve the safety of cities than William Bratton. At Harvard, Zachary Tumin has led senior executives from government and industry in executive sessions and classrooms for over a decade, burnishing a global reputation for insight and leadership. Together, Bratton and Tumin draw on in-depth accounts from Fortune 100 giants such as Alcoa, Wells Fargo, and Toyota; from masters of collaboration in education, social work, and the military; and from Bratton’s own storied career. Among the specific strategies they reveal:   • Start collaboration with a broad vision that supporters can add to and make their own    • Rightsize problems, and get value in the hands of users fast    • Get the right people involved—from sponsors to grass roots    • Make collaboration pay in the right currency—whether recognition, rewards, or revenue Today companies and managers face unique challenges—and opportunities—in reaching out to others, thanks to the incredibly connected world in which we live. Bratton and Tumin provide practical strategies anyone can use, from the cubicle to the boardroom. This is the ultimate guide to getting things done in today’s networked world.