Data Structure and Algorithm (C # Implementation) Series ----- Preface

zhaozj2021-02-16  46

Data Structure and Algorithm (C # Implementation) Series ----- Preface

HEAVENKILLER (original)

People who engage in computer should be very clear, language is just a tool, and the algorithm is the soul. There are a lot of development languages, such as C , VB, Perl, Java, C #, as well as scripting language JS, VBS, etc., many people don't know which one is better. In fact, no matter which language, since he exists, there must be his value, there is a specific purpose, and this is often unmatched by other languages. For example, C is suitable for programming of the system underlayer, while Java is generally used in applications with higher stability, compatibility requirements, as well as they have. Like I usually write network grassroots levels with C , programs related to operating system, use C # write ASP.NET and other programs, supplemented by modeling tools such as Rose, Rational XDE. But no matter which language is selected, the algorithm is fundamentally, mastering the algorithm, master all languages, so as not to change.

Microsoft's C # is a brand new language that uses it to be fast and efficient. Now there is still much more information about C #, all aspects can be found, but it seems that there is still nothing to do with C # to do, I only found three or four articles in 9cbs, and just talk about the list. Simple data structure such as simple So I used the idle time to write some data structure and algorithm implementation, I hope that the learning data structure can be helpful. In addition, due to time rush, it is inevitable that some leaks have been made. I hope everyone will give me a guidance. My email is

Heavenkiller2002@yahoo.com.cn

Welcome everyone to communicate with me.

This series includes trees, n fork, generalized trees, binary trees, BST binary look trees, AVL balanced trees, piles, bifurcies, and pictures. There are also some have had a hash table, hash, left-wing tree, two trees, haffman coding trees, etc. due to time relationship, temporarily failed, have time to make up.

First show a class model map generated by Rational Xde for .NET, let everyone have a probably understanding of all classes.

转载请注明原文地址:https://www.9cbs.com/read-23127.html

New Post(0)