Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Hands-On Data Structures and Algorithms with Kotlin

You're reading from   Hands-On Data Structures and Algorithms with Kotlin Level up your programming skills by understanding how Kotlin's data structure works

Arrow left icon
Product type Paperback
Published in Feb 2019
Publisher Packt
ISBN-13 9781788994019
Length 220 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Rivu Chakraborty Rivu Chakraborty
Author Profile Icon Rivu Chakraborty
Rivu Chakraborty
Chandra Sekhar Nayak Chandra Sekhar Nayak
Author Profile Icon Chandra Sekhar Nayak
Chandra Sekhar Nayak
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Title Page
Copyright and Credits
Packt Upsell
Contributors
Preface
1. A Walk Through - Data Structures and Algorithms FREE CHAPTER 2. Arrays - First Step to Grouping Data 3. Introducing Linked Lists 4. Understanding Stacks and Queues 5. Maps - Working with Key-Value Pairs 6. Deep-Dive into Searching Algorithms 7. Understanding Sorting Algorithms 8. Collections and Data Operations in Kotlin 9. Introduction to Functional Programming 1. Other Books You May Enjoy 2. Assessments
Index

Chapter 1. A Walk through: Data Structures and Algorithms

This book is written with an objective of making you understand what an algorithm is and what is the importance of it in computer science. Since the algorithm becomes more powerful when used with proper data structures, we will also walk you through various commonly used data structures in programming.

In this chapter, we are going to focus on theoretical definitions of algorithms and data structures. As we move forward, we will learn about those in details.

As the book title says, we are going to use Kotlin programming language in all the examples provided here. If you have a question asking why Kotlin? Why not any other programming language? Then the answer would be it's just a language preference. But as long as algorithms are concerned, it can be understood and practiced with any programming languages.

By the end of this chapter, we are going to explore more, which will help us understanding more on below topics:

  1. Learning about algorithms and it's importance.
  2. Understanding the efficiency of an Algorithm.
  3. Understanding data structures
  4. Complexity and Notations, Big O notation 
You have been reading a chapter from
Hands-On Data Structures and Algorithms with Kotlin
Published in: Feb 2019
Publisher: Packt
ISBN-13: 9781788994019
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime
Banner background image