Kirjojen hintavertailu – 12 903 724 kirjaa ja 27 kauppaa

Kirjailija

Deepali Srivastava

Kirjat ja teokset yhdessä paikassa: 5 kirjaa, julkaisuja vuosilta 2011–2026, suosituimpiin kuuluu Comprehensive Data Structures and Algorithms in Python. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

5 kirjaa

Kirjojen julkaisuvuodet: 2011–2026.

Comprehensive Data Structures and Algorithms in CShap

Comprehensive Data Structures and Algorithms in CShap

S K Srivastava; Deepali Srivastava

BPB PUBLICATIONS
2025
nidottu
Data Structures and Algorithms are important subjects in any university curriculum for the computer science stream. It provides a great tool in the hands of software engineers and plays a significant role in software design and development. It is also becoming a must-have skill for many competitions and job interviews in the software industry. This book covers the topics useful for students and also for software developers working in the industry. The concepts are explained in a step-wise manner and illustrated with numerous figures, text, examples and immediate code samples, which helps in better understanding of data structures and algorithms with their implementation. There are exercises at the end of the chapters that enable students to explore more and build a better foundation of the subject. The book has more than 500 illustrations, code samples, and problems. Solutions for exercises are also available with the programs. Students can use it for self-learning, and developers can use it for providing efficient solutions for their day-to-day development problems. After completion of this book, students will have a good understanding of Data Structures and Algorithms concepts and implementation. Software engineers will be able to provide better solutions with appropriate data structures and efficient algorithms. WHAT YOU WILL LEARN ● Fundamentals of data structures and algorithms. ● Algorithms analysis. ● A variety of data structures and algorithms useful for software design and development. ● How to efficiently use different data structures and algorithms. ● When and where to use appropriate data structures and algorithms. ● Data structures and algorithms concepts with implementation. ● Approach to solve problems using the right data structures and algorithms. WHO THIS BOOK IS FOR Students who want to self-study data structures and algorithms for their university curriculum subject and to enter software industry. It is also useful for software engineers who want to learn it to solve day to day problems with better software design and writing efficient code.
Comprehensive Data Structures and Algorithms in C++

Comprehensive Data Structures and Algorithms in C++

Suresh Kumar Srivastava; Deepali Srivastava

BPB PUBLICATIONS
2025
nidottu
DESCRIPTION Data structures and algorithms is an essential subject in computer science studies. It proves to be a great tool in the hands of any software engineer, and also plays a significant role in software design and development. It has become a must-have skill now for many competitions and job interviews in the software industry. The concepts are explained in a step-wise manner and illustrated with numerous figures, text, examples, and immediate code samples, which help in a better understanding of data structures and algorithms with their implementation. The book has more than 500 illustrations, code samples, and problems, along with solutions for exercises. This book provides a comprehensive study of data structures and algorithms, starting with an introduction to time and space complexity analysis using asymptotic notation. It explores arrays and matrices, then progresses to linked lists, stacks (LIFO), and queues (FIFO), emphasizing their respective operations and applications. A detailed chapter on recursion, including base cases and recursive calls, lays the groundwork for understanding binary trees and binary search trees, and graph algorithms such as DFS and BFS. Finally, the book covers storage management, addressing memory allocation, release and garbage collection. This book provides practical C++ implementations and problem-solving exercises to foster a solid understanding of these core computer science concepts. After completion of this book, students will have a good understanding of data structures and algorithms concepts and implementation. Software engineers will be able to provide more effective solutions with the use of appropriate data structures and efficient algorithms. WHAT YOU WILL LEARN● Fundamentals of data structures and algorithms.● A variety of data structures and algorithms useful for software design and development.● How to efficiently use different data structures and algorithms.● When and where to use appropriate data structures and algorithms. WHO THIS BOOK IS FORThe students who want to self-study data structures and algorithms as their university curriculum subject and to enter the software industry. It is also helpful for software engineers who want to learn to solve daily problems with better software design and writing efficient code.
Ultimate Python Programming

Ultimate Python Programming

Deepali Srivastava

BPB PUBLICATIONS
2024
nidottu
Dive deep into the core concepts of PythonDESCRIPTION This book provides a comprehensive and thorough introduction to Python, a popular programming language used by various top companies across various domains. Whether you are a novice starting your programming journey or an experienced programmer looking to expand your skill set, this book is designed to assist you in mastering core Python concepts. Starting with the basics, this book guides you through the setup, basic commands, and key language rules. The book covers important ideas like different types of data, variables, and how to control the flow of your programs. You will also learn about collections for organizing data, functions for reusable code, modules for organizing bigger projects, and object-oriented programming for modeling real-world things. Advanced topics include customizing object behavior, efficient data processing, modifying function behavior, and handling errors gracefully. The book includes many figures and coding examples to give you a visual and hands-on experience. There are numerous exercises that provide opportunities to further reinforce your knowledge. By the end of this book, readers will develop a strong foundation in core Python and will gain the confidence to excel in their studies and professional work. WHAT YOU WILL LEARN● Develop programs using procedural, object-oriented, and functional paradigms.● Understand complex topics like iterators, generators, and decorators.● Learn how to create and use modules and packages.● Master the advanced concepts of object-oriented programming.● Learn how to handle errors in Python and interact with files.● Automate resource management patterns using context managers. WHO THIS BOOK IS FORThis book can be used by anyone who wants to learn Python from scratch. It can be a valuable resource for engineering students and students from other streams who have Python as part of their curriculum. This book facilitates a swift introduction to the language for individuals aiming to transition into data science, AI, or ML.
Data Structures Through C in Depth

Data Structures Through C in Depth

S. K. Srivastava; Deepali Srivastava

Bpb Publications
2011
pokkari
This book is written in a simple manner and is very easy to understand. It describes the theory with examples step by step. It contains the description of writing tehse steps in programs in very easy and understanble manner.