LitMy.ru - литература в один клик

  • Добавил: Maurix
  • Дата: 16-01-2022, 08:41
  • Комментариев: 0
Название: Система модулей Java
Автор: Парлог Н.
Издательство: Питep
Год: 2021
Формат: PDF
Страниц: 464
Размер: 23 Mb
Язык: Русский

Создать надёжное и безопасное приложение гораздо проще, если упаковать код в аккуратные блоки. Система модулей в Java представляет собой языковой стандарт для создания таких блоков. Теперь вы можете контролировать взаимодействия различных JAR и легко обнаруживать недостающие зависимости. Фундаментальные изменения архитектуры затронули ядро Java, начиная с версии 9. Все API ядра распространяются в виде модулей, а для библиотек, фреймворков и приложений аналогичный подход можно считать хорошей практикой и рекомендацией.
  • Добавил: literator
  • Дата: 16-01-2022, 04:29
  • Комментариев: 0
Binary Tree Problems: Must for Interviews and Competitive CodingНазвание: Binary Tree Problems: Must for Interviews and Competitive Coding
Автор: Aditya Chatterjee, Srishti Guleria, Ue Kiao
Издательство: OpenGenus
Год: 2021
Страниц: 363
Язык: английский
Формат: pdf, epub
Размер: 17.3 MB

This book “ Binary Tree Problems” is carefully crafted to present you the knowledge and practice (around the data structure, Binary Tree) needed to ace Coding Interviews and Competitive Coding Contests. The book takes you through the fundamentals of Binary Tree, presents how to implement it in a good and secure way, make you practice key problems, present variants like Threaded Binary Tree, Binary Space Partitioning Tree, Skewed Binary Tree, AVL Tree, Treap and much more. The content covered is deep and is not covered by any other standard book. Each chapter is followed by a brief note of insight which wraps up your though in the correct direction and is a feast for budding Independent Researchers. If you aspire you to a good Software Developer, you should definitely get this book.
  • Добавил: literator
  • Дата: 15-01-2022, 20:50
  • Комментариев: 0
7 days with Dynamic ProgrammingНазвание: 7 days with Dynamic Programming
Автор: Aditya Chatterjee, Ue Kiao
Издательство: OpenGenus
Год: 2020
Язык: английский
Формат: pdf, mobi, epub
Размер: 10.1 MB

Become Dynamic Programming Master in 7 days. Dynamic Programming is one of the most important algorithmic domains and is equally challenging. With practice and correct way of thinking, you can master it easily. If a problem takes O(2^N) time to search a solution among possible solutions, Dynamic Programming has the potential to reduce it to O(N) or polynomial time thereby reducing the search space. We will attempt one problem every day in this week and analyze the problem deeply. On following this routine sincerely, you will get a strong hold on Dynamic Programming and will be able to attempt interview and real-life problems easily. Dynamic Programming is an approach to find answer to larger problems by using answers to smaller problems.
  • Добавил: literator
  • Дата: 15-01-2022, 19:30
  • Комментариев: 0
Data Structure and Algorithms With Python: The Ultimate Guide Towards CodingНазвание: Data Structure and Algorithms With Python: The Ultimate Guide Towards Coding
Автор: Jоhn Thоmаs
Издательство: Independently published
Год: 2022
Страниц: 122
Язык: английский
Формат: pdf (true)
Размер: 10.09 MB

Computers store and process data with an extra ordinary speed and accuracy. So, it is highly essential that the data is stored efficiently and can be accessed fast. Also, the processing of data should happen in the smallest possible time, but without losing the accuracy. Data structures deal with how the data is organised and held in the memory, when a program processes it. It is important to note that, the data that is stored in the disk as part of persistent storages (like relational tables) are not referred as data structure here. An Algorithm is step by step set of instruction to process the data for a specific purpose. So, an algorithm utilises various data structures in a logical way to solve a specific computing problem. In this book, we will cover these two fundamental concepts of computer science using the Python programming language.
  • Добавил: literator
  • Дата: 15-01-2022, 17:58
  • Комментариев: 0
52 Amazing Python Projects For DevelopersНазвание: 52 Amazing Python Projects For Developers
Автор: Edcorner Learning
Издательство: Edcorner Learning
Год: 2022
Страниц: 250
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Are you looking for Python projects to excel in your career, You are at the right place!! This Book consist of 52 Amazing Python Projects for All Developers/Students to practice different projects and scenarios. Use these learnings in professional tasks or daily learning projects. At the end of this book, you can download all this projects by using our link. All 52 projects are divided into different modules, every project is special in its own way of performing daily task by a developer. Every project has its source codes which learners can copy and practice/use on their own systems. If there is special requirement for any projects, its already mentioned in the book.
  • Добавил: literator
  • Дата: 15-01-2022, 17:39
  • Комментариев: 0
Implementing and Leveraging Blockchain ProgrammingНазвание: Implementing and Leveraging Blockchain Programming
Автор: Bharat S. Rawal, Gunasekaran Manogaran
Издательство: Springer
Серия: Blockchain Technologies
Год: 2022
Страниц: 217
Язык: английский
Формат: pdf (true), epub
Размер: 32.8 MB

This book gives a comprehensive overview of blockchain programming and its implementation in the wide range of blockchain-based applications such as cross-border payment, digital banking, and digital identities. The consistent thrive of the blockchain phenomenon and the ecosystem of e-business use cases have led to the Industrial Revolution in the e-business world, and it is demonstrated in this book. The digital advancement, interference, and transformation being brought through the influence of the blockchain advancements are creating waves across e-business verticals. The book caters to academics, industrial practitioners, and entrepreneurs working in the field of blockchain technology and programming.
  • Добавил: literator
  • Дата: 15-01-2022, 17:22
  • Комментариев: 0
Time Complexity Analysis (Must for Coding Interviews)Название: Time Complexity Analysis
Автор: Aditya Chatterjee, Ue Kiao
Издательство: OpenGenus
Серия: Must for Coding Interviews
Год: 2021
Страниц: 179
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

This book “Time Complexity Analysis” introduces you to the basics of Time Complexity notations, meaning of the Complexity values and How to analyze various Algorithmic problems. This book includes Time and Space Complexity cheat sheets at the end as a bonus resource. We have tackled several significant problems and demonstrated the approach to analyze them and arrived at the Time and Space Complexity of the problems and Algorithms. This is a MUST-READ book for all Computer Science students and Programmers. Do not miss this opportunity. You will get a better idea to judge which approach will work better and will be able to make better judgements in your development work.
  • Добавил: literator
  • Дата: 15-01-2022, 16:10
  • Комментариев: 0
Problems on Array: For Interviews and Competitive ProgrammingНазвание: Problems on Array: For Interviews and Competitive Programming
Автор: Aditya Chatterjee, Tushti, Ue Kiao
Издательство: OpenGenus
Год: 2021
Страниц: 344
Язык: английский
Формат: pdf, azw, epub
Размер: 10.2 MB

An Array is the most fundamental Data Structure in Computer Science. It can be thought as a contiguous set of elements and has a specific order of elements. Array is a linear data structure so there is no branching. This book "Problems on Array: For Interviews and Competitive Programming" is a deep dive into Array Data Structure, important algorithms and Practice problems on Array. On completing this book, you will have these core skills: - Strong hold on Array (Research Level); - Easily solve any Array based Coding Interview Problem; - Design Custom Data Structures
  • Добавил: literator
  • Дата: 14-01-2022, 21:54
  • Комментариев: 0
A Functional Approach to Java: Augmenting Object-Oriented Code with Functional Principles (Second Early Release)Название: A Functional Approach to Java: Augmenting Object-Oriented Code with Functional Principles (Second Early Release)
Автор: Ben Weidig
Издательство: O’Reilly Media, Inc.
Год: 2022-01-18
Страниц: 144
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambdas and streams. If you're interested in applying FP concepts to your Java code, this book is for you. Author Ben Weidig highlights different aspects of functional programming and shows you how to incorporate them in your code without going "fully functional." You'll learn how, when, and why to use FP concepts such as immutability and pure functions to write more concise, reasonable, and future-proof code. Many developers seek to expand their horizons by using OOP and FP together. It's no longer either-or; it's both.
  • Добавил: literator
  • Дата: 14-01-2022, 17:10
  • Комментариев: 0
Functional Programming in C#, Second EditionНазвание: Functional Programming in C#, Second Edition
Автор: Enrico Buonanno
Издательство: Manning Publications
Год: 2022
Страниц: 448
Язык: английский
Формат: epub
Размер: 10.1 MB

Real world examples and practical techniques for functional programming in C# without the jargon and theory. Functional Programming in C# has helped thousands of developers apply functional thinking to C# code. Its practical examples and spot-on treatment of FP concepts makes it the perfect guide for proficient C# programmers. This second edition is fully revised to cover new functional-inspired features in the most recent releases of C#, including tuples, async streams, pattern matching, and records. Each chapter is packed with awesome perspectives and epiphany moments on how functional programming can change the way you code.