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#

Book details
Table of contents
Citations

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

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 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.

Information

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