
- 440 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
eBook - ePub
Data Structures for Engineers and Scientists Using Python
About this book
The text covers the fundamentals of Python programming and the implementation of data structures using Python programming with the help of worked-out examples. It provides a learning tool for engineers as well as for researchers and scientists of advanced level. The text further discusses important concepts such as polynomial manipulation, sparse matrices, implementation of stack using the queue model and topological sorting.
This book:
- Discusses the implementation of various data structures such as an array, stack, queue, tree and graph along with sorting and searching algorithms.
- Includes programming tips to highlight important concepts and help readers avoid common programming errors.
- Presents each concept of data structure with a different approach and implements the same using Python programming.
- Offers rich chapter-end pedagogy including objective-type questions (with answers), review questions and programming exercises to facilitate review.
- Covers fundamentals of Python up to object-oriented concepts including regular expression.
It is primarily written for senior undergraduate, graduate students and academic researchers in the fields of electrical engineering, electronics and communication engineering, computer engineering and information technology.
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Data Structures for Engineers and Scientists Using Python by Rakesh Nayak,Nishu Gupta in PDF and/or ePUB format, as well as other popular books in Computer Science & Electrical Engineering & Telecommunications. We have over one million books available in our catalogue for you to explore.
Information
Table of contents
- Cover
- Half-Title
- Title
- Copyright
- Contents
- About the authors
- 1 Introduction to Python
- 2 Fundamentals of data structures
- 3 Arrays
- 4 Linked list
- 5 Stacks
- 6 Queues
- 7 Trees
- 8 Graphs
- 9 Sorting and searching
- Index