Data Structures and Algorithms Using C#
eBook - PDF

Data Structures and Algorithms Using C#

  1. English
  2. PDF
  3. Available on iOS & Android
eBook - PDF

Data Structures and Algorithms Using C#

About this book

C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the.NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.

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.
Both plans are available with monthly, semester, or annual billing cycles.
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.
Yes, you can access Data Structures and Algorithms Using C# by Michael McMillan in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Science General. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Cover
  2. Half-title
  3. Title
  4. Copyright
  5. Contents
  6. Preface
  7. CHAPTER 1 An Introduction to Collections, Generics, and the Timing Class
  8. CHAPTER 2 Arrays and ArrayLists
  9. CHAPTER 3 Basic Sorting Algorithms
  10. CHAPTER 4 Basic Searching Algorithms
  11. CHAPTER 5 Stacks and Queues
  12. CHAPTER 6 The BitArray Class
  13. CHAPTER 7 Strings, the String Class, and StringBuilder Class
  14. CHAPTER 8 Pattern Matching and Text Processing
  15. CHAPTER 9 Building Dictionaries: The DictionaryBase Class and the SortedList Class
  16. CHAPTER 10 Hashing and the Hashtable Class
  17. CHAPTER 11 Linked Lists
  18. CHAPTER 12 Binary Trees and Binary Search Trees
  19. CHAPTER 13 Sets
  20. CHAPTER 14 Advanced Sorting Algorithms
  21. CHAPTER 15 Advanced Data Structures and Algorithms for Searching
  22. CHAPTER 16 Graphs and Graph Algorithms
  23. CHAPTER 17 Advanced Algorithms
  24. References
  25. Index