Buy used Bachelor of Computer Applications (BCA) books online in India
Buy Second Hand Books, Used Books Online In India
Introduction to Algorithms (Brand New)
A comprehensive update of the leading algorithms text, with new material on matchings in bipartite graphs, online algorithms, machine learning, and other topics.Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. It covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers, with self-contained chapters and algorithms in pseudocode. Since the publication of the first edition, Introduction to Algorithms has become the leading algorithms text in universities worldwide as well as the standard reference for professionals. This fourth edition has been updated throughout.New for the fourth edition* New chapters on matchings in bipartite graphs, online algorithms, and machine learning* New material on topics including solving recurrence equations, hash tables, potential functions, and suffix arrays* 140 new exercises and 22 new problems* Reader feedback-informed improvements to old problems* Clearer, more personal, and gender-neutral writing style* Color added to improve visual presentation* Notes, bibliography, and index updated to reflect developments in the field* Website with new supplementary materialWarning: Avoid counterfeit copies of Introduction to Algorithms by buying only from reputable retailers. Counterfeit and pirated copies are incomplete and contain errors.
The Data Science Design Manual
This book serves an introduction to data science, focusing on the skills and principles needed to build systems for collecting, analyzing, and interpreting data. As a discipline, data science sits at the intersection of statistics, computer science, and machine learning, but it is building a distinct heft and character of its own.In particular, the book stresses the following basic principles as fundamental to becoming a good data scientist: "Valuing Doing the Simple Things Right," laying the groundwork of what really matters in analyzing data; "Developing Mathematical Intuition," so that readers can understand on an intuitive level why these concepts were developed, how they are useful and when they work best, and; "Thinking Like a Computer Scientist, but Acting Like a Statistician," following approaches which come most naturally to computer scientists while maintaining the core values of statistical reasoning. The book does not emphasize any particular language or suite of data analysis tools, but instead provides a high-level discussion of important design principles.This book covers enough material for an "Introduction to Data Science" course at the undergraduate or early graduate student levels. A full set of lecture slides for teaching this course are available at an associated website, along with data resources for projects and assignments, and online video lectures.Other Pedagogical features of this book include: "War Stories" offering perspectives on how data science techniques apply in the real world; "False Starts" revealing the subtle reasons why certain approaches fail; "Take-Home Lessons" emphasizing the big-picture concepts to learn from each chapter; "Homework Problems" providing a wide range of exercises for self-study; "Kaggle Challenges" from the online platform Kaggle; examples taken from the data science television show "The Quant Shop," and; concluding notes in each tutorial chapter pointing readers to primary sources and additional references.
Data Structures
This modern object-oriented approach to data structures helps readers gain an integrated understanding of data structures and their applications. Carefully developing topics with sufficient detail, this book enables users to learn about concepts on their own; clarity of presentation and depth of coverage makes this a perfect learning tool for professionals.It includes a solid introduction to algorithms, an integral part of understanding the subject, and uses Java syntax and structure in the design of data structures. Its breadth of coverage insures that core topics such as linked lists, sets, maps, and iterators are carefully and comprehensively discussed.For computer programmers, computer analysts, and information technology professionals.
Let Us C 13th Ed
Description: ""Simplicity""- That has been the hallmark of this book in not only its previous fourteen English editions, but also in the Hindi, Guajarati, Japanese, Korean, Chinese and US editions. This book does not assume any programming background. It begins with the basics towards the end of the book. Each Chapter Contains: Lucid explanation of the concept well thought-out, fully working programming examples End of chapter exercises that would help you practise the learned in the chapter Hand crafted ""kanNotes"" that would help you remember and revise the concepts covered in each chapter. Table of Contents: Getting Started C Instructions Decision Control Instruction More Complex Decision Making Loop Control Instruction More Complex Repetitions Case Control Instruction Functions Pointers Recursion Data Types Revisited The C Preprocessor Arrays Multidimensional Arrays Strings Handling Multiple Strings Structures Console Input/ Output File Input/ Output More Issues in Input/ Output Operations on Bits Miscellaneous Features C Under Linux Interview FAQ's Appendix A- Compilation and Execution Appendix B- Precedence table Appendix C-Chasing the Bugs Appendix D- ACII Chart Periodic Tests I to IV Index
